Wireshark-commits: [Wireshark-commits] rev 47278: / /trunk-1.8/epan/dissectors/: packet-jxta.c pack

Date: Fri, 25 Jan 2013 19:35:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47278

User: gerald
Date: 2013/01/25 11:35 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r47136 | jake | 2013-01-17 14:06:22 -0800 (Thu, 17 Jan 2013) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-jxta.c
 
   Fix for bug 8212.
   Disable speed optimization which otherwise cause dissector asserts due to
   appending text and setting lengths.
   ------------------------------------------------------------------------
   r47144 | jake | 2013-01-17 22:22:01 -0800 (Thu, 17 Jan 2013) | 2 lines
   Changed paths:
      M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
 
   Replace SESSIONNAME with the use of an API call, just as in the code.
   ------------------------------------------------------------------------
   r47173 | grahamb | 2013-01-20 02:01:34 -0800 (Sun, 20 Jan 2013) | 1 line
   Changed paths:
      M /trunk/asn1/snmp/packet-snmp-template.c
      M /trunk/epan/dissectors/packet-snmp.c
 
   snmp dissector did not correctly set length of pdu's of more than 127 bytes.  The dissector assumed the ber identifier and length fields were always 2 bytes long, so a pdu length of more than 127 bytes, which requires more than 1 length octet, was incorrectly dissected.
   ------------------------------------------------------------------------
   r47223 | jake | 2013-01-22 22:11:18 -0800 (Tue, 22 Jan 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-lapd.c
 
   Fix for CID 280286:
   Take negative value into account, avoid all casting in the process.
 
   ------------------------------------------------------------------------
 
 
 Revert with manual intervention:
   ------------------------------------------------------------------------
   r44696 | mmann | 2012-08-29 14:23:07 -0700 (Wed, 29 Aug 2012) | 1 line
   Changed paths:
      M /trunk/epan/packet.c
      M /trunk/epan/packet.h
      M /trunk/tshark.c
      M /trunk/ui/gtk/dissector_tables_dlg.c
 
   Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path             Action
  +8 -2      packet-jxta.c    Modified
  +1 -1      packet-lapd.c    Modified
  +1 -1      packet-snmp.c    Modified

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +9 -0      release-notes.xml    Modified

Directory: /trunk-1.8/epan/
  Changes    Path          Action
  +8 -56     packet.c      Modified
  +1 -1      packet.h      Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path                      Action
  +1 -1      dissector_tables_dlg.c    Modified

Directory: /trunk-1.8/asn1/snmp/
  Changes    Path                      Action
  +1 -1      packet-snmp-template.c    Modified

Directory: /trunk-1.8/
  Changes    Path          Action
  +5 -26     tshark.c      Modified

Directory: /trunk-1.8/docbook/wsug_src/
  Changes    Path                        Action
  +5 -9      WSUG_chapter_capture.xml    Modified