Wireshark-commits: [Wireshark-commits] rev 20620: /trunk-0.99.5/ /trunk-0.99.5/epan/: proto.c stats
Date: Tue, 30 Jan 2007 02:11:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20620

User: gerald
Date: 2007/01/30 02:11 AM

Log:
 Copy over more revisions from the trunk.
 
 ------------------------------------------------------------------------
 r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
 Changed paths:
    M /trunk/epan/stats_tree.c
 
 
 From Sebastien Tandel:
 
 patch against a crash of wireshark with gtk1.2 when using packet
 length statistics window.  The crash was due to a difference of
 implementation of g_strsplit between gtk1.2 and gtk2.
 
 
 ------------------------------------------------------------------------
 r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
 Changed paths:
    M /trunk/gtk/menu.c
 
 as Bill Meier noted:
 "The Help ! Contents and the Help ! User's Guide  both display the User's 
 Guide."
 
 Remove the duplicate Help!/User's Guide item
 ------------------------------------------------------------------------
 r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
 Changed paths:
    M /trunk/packaging/nsis/wireshark.nsi
 
 remove example_snmp_users_file at uninstall
 ------------------------------------------------------------------------
 r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
    M /trunk/epan/proto.c
 
 DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a Wireshark
 exception rather than aborting the program; using it means that
 dissector bugs show up as such rather than as malformed packets.
 
 ------------------------------------------------------------------------
 r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
    M /trunk/gtk/Makefile.am
 
 Have build succeed even if portaudio is located somewhere else than any other libraries in use.
 
 ------------------------------------------------------------------------
 r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
    M /trunk/example_snmp_users_file
 
 Add a shord description on how the snmp_users_file can be used

Directory: /trunk-0.99.5/epan/
  Changes    Path            Action
  +2 -2      proto.c         Modified
  +52 -7     stats_tree.c    Modified

Directory: /trunk-0.99.5/gtk/
  Changes    Path           Action
  +2 -1      Makefile.am    Modified
  +0 -1      menu.c         Modified

Directory: /trunk-0.99.5/packaging/nsis/
  Changes    Path             Action
  +1 -0      wireshark.nsi    Modified

Directory: /trunk-0.99.5/
  Changes    Path                       Action
  +15 -15    example_snmp_users_file    Modified