http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29848
User: gerald
Date: 2009/09/10 12:12 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
Changed paths:
M /trunk/packaging/macosx/ChmodBPF/StartupParameters.plist
To quote
http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
"Table 1 StartupParameters.plist key-value pairs
Key Type Value
Description String A short description of the startup item,
used by administrative tools.
Provides Array The names of the services provided by this
startup item. Although a startup item can
potentially provide multiple services, it is
recommended that you limit your startup items
to only one service each."
Fix "Provides" to be the name of the service, not a description of the
helpful operations that it provides.
(Propagated from tcpdump.org git repository.)
------------------------------------------------------------------------
r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
Changed paths:
M /trunk/packaging/macosx/ChmodBPF/README.macosx
Put in a note about the Snow Leopard bug that requires that you have BPF
devices open for writing in order to capture outgoing traffic.
------------------------------------------------------------------------
r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-isup.c
Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
------------------------------------------------------------------------
r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
Changed paths:
M /trunk/epan/crypt/airpdcap.c
WPA decryption fix from Greg Schwendimann via bug 3890:
I'm reasonably sure that I introduced this bug and I apologize for the problems
with my previous patch. The problem is that I did not use all of the seen
keys, I used all except the first key, which in a case of one key is none.
The attached patch fixes the error.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.2/packaging/macosx/ChmodBPF/
Changes Path Action
+5 -0 README.macosx Modified
+1 -1 StartupParameters.plist Modified
Directory: /trunk-1.2/epan/crypt/
Changes Path Action
+4 -3 airpdcap.c Modified
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+2 -2 packet-isup.c Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+11 -0 release-notes.xml Modified