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 41777: /trunk-1.6/ /trunk-1.6/packaging/macosx/Scripts/:

Date: Mon, 26 Mar 2012 20:27:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41777

User: gerald
Date: 2012/03/26 01:27 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r41680 | guy | 2012-03-19 21:06:36 -0700 (Mon, 19 Mar 2012) | 10 lines
   Changed paths:
      M /trunk/packaging/macosx/Scripts/chmodbpf-postinstall.sh
 
   Now, isn't that swell!  Leopard's dseditgroup doesn't return a failure
   exit status if the group in question doesn't exist, so we can't use
   dseditgroup on Leopard to check whether the access_bpf group exists.
 
   Instead, as per Martin Williams' suggestion in bug 6526, use "dscl .
   -read /groups/{group}" instead; the suggestion came from the addgroup.sh
   script in
 
   	https://developer.apple.com/library/mac/documentation/OpenSource/Conceptual/ShellScripting/ShellScripting.pdf
   ------------------------------------------------------------------------
   r41718 | alagoutte | 2012-03-21 02:49:35 -0700 (Wed, 21 Mar 2012) | 5 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-isakmp.c
 
   From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6972
   ISAKMP : VendorID CheckPoint : Malformed Packet
 
   Wrong minimum length when there is not CheckPoint "Data" after VendorID
   ------------------------------------------------------------------------
   r41734 | cmaynard | 2012-03-21 20:41:58 -0700 (Wed, 21 Mar 2012) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-udp.c
 
   If the checksum is 0, then only report "no checksum" for UDP/IPv4.  This patch is from Jaap Keuter via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6232
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/packaging/macosx/Scripts/
  Changes    Path                       Action
  +1 -1      chmodbpf-postinstall.sh    Modified

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path               Action
  +8 -8      packet-dtls.c      Modified
  +1 -1      packet-isakmp.c    Modified
  +1 -1      packet-udp.c       Modified

Directory: /trunk-1.6/docbook/
  Changes    Path                 Action
  +54 -5     release-notes.xml    Modified

Directory: /trunk-1.6/wiretap/
  Changes    Path          Action
  +1 -1      pcapng.c      Modified