Wireshark-commits: [Wireshark-commits] rev 47334: / /trunk-1.8/epan/crypt/: airpdcap.c /trunk-1.8/e

Date: Mon, 28 Jan 2013 23:11:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47334

User: gerald
Date: 2013/01/28 03:11 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r47294 | jake | 2013-01-26 03:34:55 -0800 (Sat, 26 Jan 2013) | 3 lines
   Changed paths:
      M /trunk/plugins/wimax/packet-wmx.c
 
   Fix for CID 280529 and 280530.
   Check the validity of the TLV before using its retreived data.
   ------------------------------------------------------------------------
   r47298 | cmaynard | 2013-01-26 07:41:16 -0800 (Sat, 26 Jan 2013) | 4 lines
   Changed paths:
      M /trunk/tempfile.c
      M /trunk/tempfile.h
 
   Replace disallowed filename characters to '-'.
   Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7877
   #BACKPORT(1.8, 1.6)
   ------------------------------------------------------------------------
   r47300 | eapache | 2013-01-26 07:51:01 -0800 (Sat, 26 Jan 2013) | 2 lines
   Changed paths:
      M /trunk/tempfile.c
      M /trunk/tempfile.h
 
   The const was important, take a copy of the suffix to sanitize instead.
   ------------------------------------------------------------------------
   r47314 | mmann | 2013-01-27 07:28:55 -0800 (Sun, 27 Jan 2013) | 1 line
   Changed paths:
      M /trunk/epan/crypt/airpdcap.c
 
   Bugfix crash caused by AirPDcap decryption.  Bug 8177 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8177)
   ------------------------------------------------------------------------
   r47328 | mmann | 2013-01-28 13:08:14 -0800 (Mon, 28 Jan 2013) | 2 lines
   Changed paths:
      M /trunk/asn1/snmp/packet-snmp-template.c
      M /trunk/epan/dissectors/packet-snmp.c
 
   Allow SNMP user table entry to be re-editted even if engineID/Username remains the same.
   Bug 2426 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426)
   ------------------------------------------------------------------------
   r47329 | rbalint | 2013-01-28 13:45:44 -0800 (Mon, 28 Jan 2013) | 1 line
   Changed paths:
      M /trunk/epan/Makefile.am
      M /trunk/wiretap/Makefile.am
      M /trunk/wsutil/Makefile.am
 
   make dumpabi target build with multiple digits in library version numbers
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/crypt/
  Changes    Path          Action
  +5 -3      airpdcap.c    Modified

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

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

Directory: /trunk-1.8/epan/
  Changes    Path           Action
  +1 -1      Makefile.am    Modified

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

Directory: /trunk-1.8/
  Changes    Path          Action
  +24 -6     tempfile.c    Modified
  +2 -2      tempfile.h    Modified

Directory: /trunk-1.8/plugins/wimax/
  Changes    Path            Action
  +8 -0      packet-wmx.c    Modified

Directory: /trunk-1.8/wiretap/
  Changes    Path           Action
  +1 -1      Makefile.am    Modified

Directory: /trunk-1.8/wsutil/
  Changes    Path           Action
  +1 -1      Makefile.am    Modified