gerald | 1 Dec 2007 02:18
Favicon
Gravatar

rev 23694: /trunk/docbook/wsug_src/ /trunk/docbook/wsug_src/: WSUG_chapter_introduction.xml

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23694

User: gerald
Date: 2007/12/01 01:18 AM

Log:
 Add a compatibility note from Ethereal(!) bug 1130.

Directory: /trunk/docbook/wsug_src/
  Changes    Path                             Action
  +190 -187  WSUG_chapter_introduction.xml    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
sake | 1 Dec 2007 03:10
Favicon

rev 23695: /trunk/gtk/ /trunk/gtk/: graph_analysis.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23695

User: sake
Date: 2007/12/01 02:10 AM

Log:
 After taking a closer look at SVN 23089, I believe it was intended only to add the 
 file-name to the window title and not change the rest of the name.
 (the graph window is both used from "Flow Graph" and from "VoIP calls")

Directory: /trunk/gtk/
  Changes    Path                Action
  +1 -1      graph_analysis.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
ulfl | 2 Dec 2007 11:14
Favicon

rev 23696: /trunk/gtk/ /trunk/gtk/: expert_comp_table.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23696

User: ulfl
Date: 2007/12/02 10:14 AM

Log:
 fix bug #1594: compositions must be differentiated by both protocol and summary, not only the summary -
otherwise this results in a single entry if two protocols share the same summary, e.g. TCP/UDP "Bad Checksum"

Directory: /trunk/gtk/
  Changes    Path                   Action
  +2 -1      expert_comp_table.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 2 Dec 2007 15:43
Favicon

rev 23697: /trunk/gtk/ /trunk/gtk/: proto_hier_stats_dlg.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23697

User: stig
Date: 2007/12/02 02:43 PM

Log:
 Changed from Ok button to Close button.

Directory: /trunk/gtk/
  Changes    Path                      Action
  +5 -5      proto_hier_stats_dlg.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 2 Dec 2007 15:45
Favicon

rev 23698: /trunk/docbook/wsug_graphics/ /trunk/docbook/wsug_graphics/: ws-stats-hierarchy.png

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23698

User: stig
Date: 2007/12/02 02:45 PM

Log:
 Update screenshot according to button change.

Directory: /trunk/docbook/wsug_graphics/
  Changes    Path                      Action
  +0 -0      ws-stats-hierarchy.png    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
kukosa | 3 Dec 2007 10:59
Favicon

rev 23699: /trunk/plugins/easy_codec/ /trunk/plugins/easy_codec/: Makefile.common Makefile.nmake ReadMe.txt codec-g722.c codec-g722.h codec-g7231.c codec-g7231.h codec-g729a.c codec-g729a.h ...

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23699

User: kukosa
Date: 2007/12/03 09:59 AM

Log:
 Codec plugin example. The stub for ImTelephone libraries.
 (It is not compiled by default.)

Directory: /trunk/plugins/easy_codec/
  Changes    Path                   Action
  +42 -0     Makefile.common        Added
  +64 -0     Makefile.nmake         Added
  +13 -0     ReadMe.txt             Added
  +94 -0     codec-g722.c           Added
  +41 -0     codec-g722.h           Added
  +99 -0     codec-g7231.c          Added
  +41 -0     codec-g7231.h          Added
  +85 -0     codec-g729a.c          Added
  +41 -0     codec-g729a.h          Added
  +47 -0     easy_codec_plugin.c    Added
  +28 -0     moduleinfo.nmake       Added

(1 file not shown)
_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
stig | 3 Dec 2007 13:15
Favicon

rev 23700: /trunk/ /trunk/: proto_hier_stats.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23700

User: stig
Date: 2007/12/03 12:15 PM

Log:
 Include reassembled protocols, as this probably is the output the user wants.

 The Bytes and End Bytes columns will be wrong for reassembled protocols,
 as they span across several packets, but I don't see any obvious way to
 display such values.  The correct values can be found by looking at the
 parent protocols.

Directory: /trunk/
  Changes    Path                  Action
  +14 -8     proto_hier_stats.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
martinm | 3 Dec 2007 13:22
Favicon

rev 23701: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23701

User: martinm
Date: 2007/12/03 12:22 PM

Log:
 My compiler (I think wrongly) says that fnum could be used uninitialised.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-ieee80211.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
kukosa | 3 Dec 2007 14:48
Favicon

rev 23702: /trunk/ /trunk/epan/dissectors/: packet-snmp.c /trunk/asn1/snmp/: snmp.cnf

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23702

User: kukosa
Date: 2007/12/03 01:48 PM

Log:
 fix confusion in tag handling

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +18 -78    packet-snmp.c    Modified

Directory: /trunk/asn1/snmp/
  Changes    Path          Action
  +10 -10    snmp.cnf      Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits
martinm | 3 Dec 2007 16:47
Favicon

rev 23703: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-catapult-dct2000.c

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23703

User: martinm
Date: 2007/12/03 03:47 PM

Log:
 Add "soap" -> "http" mapping.

Directory: /trunk/epan/dissectors/
  Changes    Path                         Action
  +3 -2      packet-catapult-dct2000.c    Modified

_______________________________________________
Wireshark-commits mailing list
Wireshark-commits <at> wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-commits

Gmane