Commit Graph

31300 Commits

Author SHA1 Message Date
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
Bill Meier 9ade30a7b1 #include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
2010-04-07 16:54:29 +00:00
Jörg Mayer bd725b667d Add packet-q708.c
svn path=/trunk/; revision=32416
2010-04-07 09:54:46 +00:00
Guy Harris 95c9580817 Squelch a compiler warning.
svn path=/trunk/; revision=32415
2010-04-07 00:45:18 +00:00
Guy Harris 8084fd5152 Squelch a compiler warning.
svn path=/trunk/; revision=32414
2010-04-07 00:41:44 +00:00
Guy Harris bfe08e2b9f Squelch a compiler warning.
Just make dtmf_digits and bcd_digits arrays; no need for the extra level
of indirection.

svn path=/trunk/; revision=32413
2010-04-07 00:39:35 +00:00
Guy Harris 5c394ee15f Squelch some compiler warnings (including warnings about the last member
of a structure being an empty array; that is *not* supported by all the
compilers that can be used to build Wireshark).

svn path=/trunk/; revision=32412
2010-04-07 00:34:20 +00:00
Bill Meier 69df32fb11 #include <string.h> not needed.
svn path=/trunk/; revision=32411
2010-04-06 22:09:47 +00:00
Bill Meier 055dd62063 #include <string.h> not needed.
svn path=/trunk/; revision=32410
2010-04-06 21:14:01 +00:00
Anders Broman 176c304090 Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from epan/dissectors version.
It's a pain to get these circular dependencies right.

svn path=/trunk/; revision=32409
2010-04-06 20:22:19 +00:00
Anders Broman b3ca18378d Try to fix p7 compilation. Changed p7.cnf and regenerated but the generated dissector shows no difference which should be good.
svn path=/trunk/; revision=32408
2010-04-06 19:30:11 +00:00
Bill Meier 37f7a9b3b5 #include <stdio.h> not needed.
(Note: the change in  a generated function name looks benign:
  dissect_x411_PrintableString_SIZE_CONSTR4299806048 ==>
    dissect_x411_PrintableString_SIZE_CONSTR32134928)

svn path=/trunk/; revision=32407
2010-04-06 18:46:08 +00:00
Bill Meier e770891329 #include <stdio.h> not needed
svn path=/trunk/; revision=32406
2010-04-06 18:16:50 +00:00
Bill Meier f8b92f8d0b #include <stdio.h> not needed.
svn path=/trunk/; revision=32405
2010-04-06 17:01:14 +00:00
Gerald Combs 9e0fbd53bb Update to reflect current reality.
svn path=/trunk/; revision=32404
2010-04-06 16:35:05 +00:00
Bill Meier 4b14a39e01 Fix bug: HI2 --> HI2Operations
svn path=/trunk/; revision=32403
2010-04-06 16:25:05 +00:00
Anders Broman 2ed3c977fc Add Windows 7(Untested).
svn path=/trunk/; revision=32402
2010-04-06 16:20:19 +00:00
Anders Broman 846eed1d9e Get rid of check_col
svn path=/trunk/; revision=32401
2010-04-06 16:13:09 +00:00
Jeff Morriss a2241bf7b8 Don't use %s as the format string in val_to_str().
svn path=/trunk/; revision=32400
2010-04-06 15:45:11 +00:00
Bill Meier bcea060cd5 Mention elinks as an alternative to lynx [on *nix].
svn path=/trunk/; revision=32399
2010-04-06 15:34:07 +00:00
Jeff Morriss 8f21d5c167 Don't use %s as the format string in val_to_str(). This fixes the fuzz failure in bug 4646.
svn path=/trunk/; revision=32398
2010-04-06 13:40:06 +00:00
Tomas Kukosa a62e401a5d clear the store list before inserting all raws
svn path=/trunk/; revision=32397
2010-04-06 07:19:29 +00:00
Guy Harris 252178ed7e The third argument to val_to_str() is a format string that gets passed
the value that couldn't be mapped to a string - it's an integer and
needs to be printed with an integer format.  Fixes bug 4644.

svn path=/trunk/; revision=32396
2010-04-06 02:49:18 +00:00
Bill Meier b87424fa7d Fix gcc -Wshadow warnings.
svn path=/trunk/; revision=32395
2010-04-06 00:58:05 +00:00
Bill Meier 3a57f6f041 Give David Aggeler credit for the VMLAB dissector (and also for enchancements to the DICOM dissector).
svn path=/trunk/; revision=32394
2010-04-06 00:13:45 +00:00
Guy Harris 400d57fa2f Treat the first block we read, when opening, specially:
1) if it's not an SHB, just say "this is not a pcap-ng file",
	   don't try to process it (we can't process it, as we haven't
	   finished setting up all the state information yet);

	2) if it has the right SHB type code, but isn't a valid SHB,
	   just say "this is not a pcap-ng file".

For all other SHB's, treat anything that renders it invalid as an error.

svn path=/trunk/; revision=32393
2010-04-05 22:20:21 +00:00
Bill Meier efe6763988 "Web Cache Coordination Protocol" ==> "Web Cache Communication Protocol"
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4643


svn path=/trunk/; revision=32392
2010-04-05 21:42:28 +00:00
Bill Meier 580a243361 As requested by David Aggeler:
About hf_, in

    { &hf_vmlab_flags_fragment, { "More Fragments", "vmlab.fragment", 
        FT_UINT8, BASE_HEX, VALS(fragment_vals), 0x04, NULL, HFILL }},

I'd like to keep BASE_NONE to avoid the number to show in brackets.


svn path=/trunk/; revision=32391
2010-04-05 21:14:05 +00:00