Wireshark-commits: [Wireshark-commits] rev 31671: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-k
Date: Mon, 25 Jan 2010 22:51:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31671

User: gerald
Date: 2010/01/25 02:51 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r31187 | stig | 2009-12-07 07:07:38 -0800 (Mon, 07 Dec 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-smb.c
    M /trunk/epan/dissectors/packet-smb2.c
 
 A fix for bug 4301:
 Check sip->extra_info for SMB_EI_NTI before usage.
 ------------------------------------------------------------------------
 r31615 | guy | 2010-01-21 20:43:07 -0800 (Thu, 21 Jan 2010) | 5 lines
 Changed paths:
    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
 
 Clarify tcpdump's default snapshot length a bit - and recommend 65535 as
 the argument to "-s" (1500 is too small even for Ethernet, as the
 maximum size of packets on Ethernet is 1514 bytes if you don't count the
 FCS and 1518 bytes if you do).
 ------------------------------------------------------------------------
 
 
 
 Copy over with manual intervention:
 
 ------------------------------------------------------------------------
 r28712 | morriss | 2009-06-12 07:32:32 -0700 (Fri, 12 Jun 2009) | 3 lines
 Changed paths:
    M /trunk/epan/proto.c
 
 ptvcursor_add_text_with_subtree(): Don't crash if called with a NULL tree.
 Also fix up some indenting.
 ------------------------------------------------------------------------
 r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-infiniband.c
 
 Remove a tvb_free() call.
 ------------------------------------------------------------------------
 r31221 | wmeier | 2009-12-10 10:13:38 -0800 (Thu, 10 Dec 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-radius.c
 
 Fix Bug 4316: Crash when using custom RADIUS dictionary.
   (The bug was caused by a variable not being initialized).
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4316
 ------------------------------------------------------------------------
 r31524 | gerald | 2010-01-13 17:22:00 -0800 (Wed, 13 Jan 2010) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-lwres.c
 
 Fix several buffer overflows found by babi babi. Replace a lot of manual
 fetching and displaying with proto_tree_add_item().
 
 Use get_dns_name() instead of lwres_get_dns_name(), which fixes a separate
 issue.
 ------------------------------------------------------------------------
 r31560 | guy | 2010-01-18 15:21:13 -0800 (Mon, 18 Jan 2010) | 8 lines
 Changed paths:
    M /trunk/doc/README.developer
 
 Rewrite the bit about null vs. non-null "tree" dissector arguments a
 bit, so as not to imply that there's some form of global "mode"
 Wireshark is in when it passes a null or non-null pointer (there isn't),
 and to explicitly note that there is *no* guarantee about the value of
 "tree" on the first call to the dissector.  (I.e., please do not build a
 mental model of how Wireshark works in that regard, and write your
 dissector based on that mental model - you *will* be wrong.)
 ------------------------------------------------------------------------
 r31626 | gerald | 2010-01-22 14:36:03 -0800 (Fri, 22 Jan 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-kerberos.c
 
 In our case, not being able to read the Kerberos configuration file
 isn't a big deal.
 ------------------------------------------------------------------------

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path                 Action
  +1 -1      packet-kerberos.c    Modified
  +4 -3      packet-smb.c         Modified
  +1 -0      packet-smb2.c        Modified

Directory: /trunk-1.0/doc/
  Changes    Path                Action
  +12 -17    README.developer    Modified

Directory: /trunk-1.0/docbook/
  Changes    Path                 Action
  +30 -102   release-notes.xml    Modified

Directory: /trunk-1.0/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified
  +15 -5     proto.c             Modified

Directory: /trunk-1.0/plugins/infiniband/
  Changes    Path                   Action
  +0 -2      packet-infiniband.c    Modified

Directory: /trunk-1.0/plugins/lwres/
  Changes    Path              Action
  +78 -280   packet-lwres.c    Modified

Directory: /trunk-1.0/docbook/wsug_src/
  Changes    Path                  Action
  +4 -4      WSUG_app_tools.xml    Modified