Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37397: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-a

Date: Wed, 25 May 2011 21:06:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37397

User: gerald
Date: 2011/05/25 02:06 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r37154 | etxrab | 2011-05-15 07:18:22 -0700 (Sun, 15 May 2011) | 2 lines
   Changed paths:
      M /trunk/gtk/gui_stat_menu.h
      M /trunk/gtk/menus.c
      M /trunk/gtk/tcp_graph.c
 
   Add the TCPGraph for UIManager.
   Note sensitivity remains to be fixed.
   ------------------------------------------------------------------------
   r37156 | etxrab | 2011-05-15 08:08:47 -0700 (Sun, 15 May 2011) | 1 line
   Changed paths:
      M /trunk/gtk/gui_stat_menu.h
      M /trunk/gtk/menus.c
      M /trunk/gtk/tcp_graph.c
 
   Set menu sensitivity.
   ------------------------------------------------------------------------
   r37157 | etxrab | 2011-05-15 08:09:44 -0700 (Sun, 15 May 2011) | 1 line
   Changed paths:
      M /trunk/gtk/menus.c
 
   Remove debug code.
   ------------------------------------------------------------------------
   r37183 | guy | 2011-05-16 11:32:35 -0700 (Mon, 16 May 2011) | 11 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-smb.c
 
   Fix some comments.
 
   Get rid of null-pointer tests for t2i in the "not null" branch of an
   earlier test whether it's null, as those tests are redundant.
 
   Use a switch statement to check the subcommand for Trans2.
 
   If t2i->info_level is -1, it means we don't know the info level, for
   whatever reason (e.g., the request was cut short by the snapshot length
   before the info level).  Report it as such.
   ------------------------------------------------------------------------
   r37188 | cmaynard | 2011-05-16 13:02:14 -0700 (Mon, 16 May 2011) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-aim-messaging.c
 
   Fix endian issues, especially w/endian arg to proto_tree_add_item().
   Should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5464.
 
   ------------------------------------------------------------------------
   r37192 | guy | 2011-05-16 15:55:22 -0700 (Mon, 16 May 2011) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-smb.c
 
   Give the UNIX-extension routines used for info levels that appear both
   in set and get names beginning with dissect_qspi_.
   ------------------------------------------------------------------------
   r37196 | guy | 2011-05-16 18:38:28 -0700 (Mon, 16 May 2011) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ntlmssp.c
 
   Fix cut-and-pasteo.
   ------------------------------------------------------------------------
   r37197 | guy | 2011-05-16 19:29:43 -0700 (Mon, 16 May 2011) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ntlmssp.c
 
   According to MS-NLMP, the "version" field in the NTLMSSP blobs is
   present only if the NTLMSSP_NEGOTIATE_VERSION flag is set in the flags
   field, and that appears to be true in at least one capture I've seen.
   ------------------------------------------------------------------------
   r37199 | etxrab | 2011-05-17 01:23:30 -0700 (Tue, 17 May 2011) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-gsm_a_gm.c
 
   Use the correct value string and bitmasks.
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5928
   ------------------------------------------------------------------------
   r37201 | morriss | 2011-05-17 09:07:24 -0700 (Tue, 17 May 2011) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ncp2222.inc
 
   Avoid passing a NULL string pointer to format routines: some libc's (e.g.,
   Solaris') will seg-fault on that.
   ------------------------------------------------------------------------
   r37202 | morriss | 2011-05-17 10:40:26 -0700 (Tue, 17 May 2011) | 9 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ncp2222.inc
 
   As suggested by Chris: use val_to_str_const() instead of match_strval() plus a
   NULL-return check.
 
   Use val_to_str_const instead of val_to_str() in a couple places where the string
   is constant.
 
   Use val_to_str() instead of blindly passing the return value from match_strval()
   into a format routine (to ensure a non-NULL string pointer).
   ------------------------------------------------------------------------

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path                      Action
  +31 -31    packet-aim-messaging.c    Modified
  +2 -2      packet-gsm_a_gm.c         Modified
  +87 -306   packet-ncp2222.inc        Modified
  +12 -5     packet-ntlmssp.c          Modified
  +47 -34    packet-smb.c              Modified

Directory: /trunk-1.6/gtk/
  Changes    Path               Action
  +3 -0      gui_stat_menu.h    Modified
  +25 -12    menus.c            Modified
  +51 -3     tcp_graph.c        Modified