Commit Graph

31527 Commits

Author SHA1 Message Date
Guy Harris c39ce268d6 Copyedit.
svn path=/trunk/; revision=32469
2010-04-14 22:33:23 +00:00
Bill Meier 808a95b14e Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes still needed].
svn path=/trunk/; revision=32468
2010-04-14 21:56:00 +00:00
Jeff Morriss 67b7737481 Fix the build
svn path=/trunk/; revision=32467
2010-04-14 21:38:08 +00:00
Anders Broman 83ce037aa9 Use the sample rate from SDP info in RTP stream analysis.
svn path=/trunk/; revision=32466
2010-04-14 20:48:37 +00:00
Jeff Morriss b09f79f414 Be sure we initialize the p_id in hf's. This fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3010 .

Also finish the implementation of ShowTimes for GOGs so that the variable gets
initialized (preventing another uninitialized variable warning from Valgrind).

svn path=/trunk/; revision=32465
2010-04-14 18:39:00 +00:00
Jeff Morriss ef2548d093 Fix up MATE's hf display values so MATE will actually run.
svn path=/trunk/; revision=32464
2010-04-14 14:20:16 +00:00
Tomas Kukosa 62ece3e529 SIP headers are case-insensitive, fix case sensitivity introduced probably by mistake
svn path=/trunk/; revision=32463
2010-04-14 12:07:29 +00:00
Stig Bjørlykke 7ce16533b4 Added packet-pkixac.h
svn path=/trunk/; revision=32462
2010-04-14 10:04:13 +00:00
Stig Bjørlykke 0efd2d8629 Moved pkixac to clean dissectors.
svn path=/trunk/; revision=32461
2010-04-14 08:51:28 +00:00
Stig Bjørlykke 81aede3f8c Added PKIXAttributeCertificate (RFC3281).
svn path=/trunk/; revision=32460
2010-04-14 08:42:24 +00:00
Stig Bjørlykke cb4a91a8ca Register SignedData as a BER syntax dissector.
svn path=/trunk/; revision=32459
2010-04-14 07:57:01 +00:00
Guy Harris 6b67ce3ce7 In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of the
program the man page describes, and give a bit more detail.

svn path=/trunk/; revision=32458
2010-04-14 00:46:29 +00:00
Jeff Morriss 6baa3f1abe Add an entry to the environment variable section about WIRESHARK_ABORT_ON_DISSECTOR_BUG
svn path=/trunk/; revision=32457
2010-04-13 22:08:56 +00:00
Sake Blok 810861bcd0 Fix for bug 4535: The SSL dissector can not correctly resemple SSL records when the record header is spit between packets
svn path=/trunk/; revision=32456
2010-04-13 19:37:44 +00:00
Anders Broman 0424d1716c Extract encoding name and sample rate
i.e "AMR/8000"
This string can then be put in the hastable, extracted by
packet-rtp.c and split into "AMR" and "8000"
sample rate can then be a part of rtp_info and get rid of the
clock rate maping.
(I have some problem splitting the string, help apreciated) :-)

svn path=/trunk/; revision=32455
2010-04-13 19:27:14 +00:00
Jeff Morriss 50469a8fd6 Include (horizontal) tabs in the Copy (Printable Text Only) output. This
fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2921 .

svn path=/trunk/; revision=32454
2010-04-13 17:56:59 +00:00
Jaap Keuter b2be3b5ee8 From Ivan Sy:
Patch allows display of CD (Checking Disable) bit for DNS request and response. Section 3.2.2 of RFC 4035 revised section 6.1 of RFC 2535 
for the CD Bit.

svn path=/trunk/; revision=32453
2010-04-13 17:38:53 +00:00
Jeff Morriss a1353706dc Point out that hostname and MAC address resolution in capture filters will not
use any of the Wireshark "personal" files.

This helps to address the complaint in:

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2904

svn path=/trunk/; revision=32452
2010-04-12 21:35:19 +00:00
Anders Broman d05485a32b Update to V9.2.0 (2010-03).
svn path=/trunk/; revision=32451
2010-04-12 19:35:51 +00:00
Anders Broman 057b934cfa Update to V9.2.0 (2010-03).
svn path=/trunk/; revision=32450
2010-04-12 19:13:36 +00:00
Jeff Morriss eebecd3a72 Attempt (blindly--I don't have a Mac) to fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2844 :

Quote all references to $HOME in case that variable has a space in it.

svn path=/trunk/; revision=32449
2010-04-12 16:26:27 +00:00
Jaap Keuter f329cd5bec Add remark about including packet.h before tap.h
svn path=/trunk/; revision=32448
2010-04-12 16:06:52 +00:00
Anders Broman be36d742b6 From KATAOKA Toshihiro:
3GPP Gx "Online" AVP is not decoded because of missing vendor-id. 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4662

svn path=/trunk/; revision=32447
2010-04-12 07:23:49 +00:00
Gerald Combs 376f3f5daa [Automatic manuf and enterprise-numbers update for 2010-04-11]
svn path=/trunk/; revision=32444
2010-04-11 15:03:28 +00:00
Sake Blok 00c05ed3fd Partly revert the changes made to epan/proto.c in SVN-29490
because they break 'tshark -r <file> -q -z io,phs' (no statistics 
are shown, unless you omit the -q and use -V).

svn path=/trunk/; revision=32443
2010-04-10 19:19:13 +00:00
Gerald Combs de742b8932 Fix the build.
svn path=/trunk/; revision=32442
2010-04-10 01:45:36 +00:00
Gerald Combs 64fce08dc7 Fix the U3 and PortableApps builds.
svn path=/trunk/; revision=32441
2010-04-09 23:51:22 +00:00
Gerald Combs 6cd62e9e65 Rename README.win32 to README.windows and add a 64-bit download link.
Add tools/textify.sh, which makes a Notepad-clickable copy of a text
file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt.

Remove tools/unix2dos.pl and use Cygwin's u2d instead.

svn path=/trunk/; revision=32440
2010-04-09 21:42:51 +00:00
Anders Broman 151c0fbfa1 Add AVP:s
svn path=/trunk/; revision=32439
2010-04-09 17:10:43 +00:00
Anders Broman f530e369f0 Update AVP.s
svn path=/trunk/; revision=32438
2010-04-09 14:47:27 +00:00
Anders Broman ddb29f962b More hf renaming.
svn path=/trunk/; revision=32437
2010-04-09 05:58:48 +00:00
Anders Broman 6f36921448 From Jouni Malinen:
Add a dissection ofr FT Action frames (part of IEEE 802.11r)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4658
From me name header fields a bit more consistent.

svn path=/trunk/; revision=32436
2010-04-09 05:46:30 +00:00
Jeff Morriss 273a6c9cfc As requested in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2132

Point to the Wiki's page on capture filter syntax in case neither libpcap's
nor tcpdump's man pages are available (e.g., on Windows).

svn path=/trunk/; revision=32435
2010-04-09 02:09:10 +00:00
Guy Harris 17865148a1 Squelch compiler warnings. (We know that header.content_length is less
than a value that fits into an int, so we know its value will fit into
an int.)

svn path=/trunk/; revision=32434
2010-04-09 02:00:07 +00:00
Jeff Morriss 873a93c7b1 Use a 64-bit number to store the content length. This fixes:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1958

Of course this doesn't mean we can reassemble that much data.

svn path=/trunk/; revision=32433
2010-04-09 01:42:12 +00:00
Gerasimos Dimitriadis ecf1a60a12 Fix for Bug 4651:
Dissector call used uninitialized packet_info pointer

svn path=/trunk/; revision=32432
2010-04-08 19:40:57 +00:00
Jeff Morriss a40db61842 Revert 31864 and 31866: don't use suffix rules. Pattern rules would work but I don't know if they're portable enough.
svn path=/trunk/; revision=32431
2010-04-08 19:18:05 +00:00
Anders Broman 5b6b7c4262 Revert incorrect change.
svn path=/trunk/; revision=32430
2010-04-08 19:06:27 +00:00
Anders Broman bde67b60f5 Add the 3GPP SWx application ID.
svn path=/trunk/; revision=32429
2010-04-08 16:17:57 +00:00
Anders Broman e611923124 Get rid of check_col().
svn path=/trunk/; revision=32428
2010-04-08 15:51:44 +00:00
Anders Broman c4117272b8 Add Chuck Kristofek to AUTHORS
svn path=/trunk/; revision=32427
2010-04-08 15:27:22 +00:00
Anders Broman a10b76a99b Get rid of check_col().
svn path=/trunk/; revision=32426
2010-04-08 15:21:07 +00:00
Anders Broman 441c3f63b2 From Stephen Donnelly:
InfiniBand Link Packet (flow control) dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4656

svn path=/trunk/; revision=32425
2010-04-08 08:41:56 +00:00
Anders Broman 9a76e5fafb From Jouni Malinen:
Add a dissector for FTIE (part of IEEE 802.11r).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4654

svn path=/trunk/; revision=32424
2010-04-08 06:36:38 +00:00
Bill Meier a15c9b4836 My try at fixing Bug 4653; (Also reverts SVN #32420)
svn path=/trunk/; revision=32423
2010-04-08 05:17:27 +00:00
Guy Harris 60d5efc2a3 In C, foo() isn't a function with no arguments, foo(void) is.
svn path=/trunk/; revision=32422
2010-04-08 02:26:56 +00:00
Gerald Combs 1426281ebd Add --enable-setcap-install and --with-dumpcap-group.
svn path=/trunk/; revision=32421
2010-04-08 00:02:29 +00:00
Anders Broman f307dd5a31 A stab at [Bug 4653] New: dap ASN1 generated dissector differs from epan/dissectors version.
svn path=/trunk/; revision=32420
2010-04-07 20:11:09 +00:00
Bill Meier 5ccee6196a Remove some uneeded #includes
svn path=/trunk/; revision=32419
2010-04-07 18:24:18 +00:00
Gerald Combs f05520099c Add a setuid example.
svn path=/trunk/; revision=32418
2010-04-07 17:13:28 +00:00