aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21removed MSVC warning (uninitialized value)Ulf Lamping1-2/+3
svn path=/trunk/; revision=9392
2003-12-21warning: overflow in implicit constant conversionJörg Mayer1-3/+3
svn path=/trunk/; revision=9391
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
svn path=/trunk/; revision=9390
2003-12-21Updated to Dec 12 2003Jörg Mayer1-276/+442
svn path=/trunk/; revision=9389
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsJörg Mayer1-2/+2
svn path=/trunk/; revision=9388
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer19-46/+46
svn path=/trunk/; revision=9387
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
svn path=/trunk/; revision=9386
2003-12-21warning: no newline at end of fileJörg Mayer1-0/+1
svn path=/trunk/; revision=9385
2003-12-21warning: comma at end of enumerator listJörg Mayer1-4/+4
svn path=/trunk/; revision=9384
2003-12-21Compiling with -pedantic:Jörg Mayer13-34/+34
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
2003-12-21SoulSeek is not yet inJörg Mayer1-2/+1
svn path=/trunk/; revision=9382
2003-12-21No more FAQ.includeJörg Mayer2-1747/+2
svn path=/trunk/; revision=9381
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
packet-v5ua.c:1044:139: warning: C++ style comments are not allowed in ISO C90 svn path=/trunk/; revision=9380
2003-12-21Compiling with -pedantic:Jörg Mayer1-2/+2
packet-rmi.h:67: warning: comma at end of enumerator list svn path=/trunk/; revision=9379
2003-12-21Compiling with -pedantic:Jörg Mayer2-1/+3
moduleinfo.h:16:24: warning: no newline at end of file svn path=/trunk/; revision=9378
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
packet-irda.c:453:1: warning: C++ style comments are not allowed in ISO C90 packet-irda.c:453:1: warning: (this will be reported only once per input file) (+ several more // disabling debug output) svn path=/trunk/; revision=9377
2003-12-21Compiling with -pendantic:Jörg Mayer1-2/+2
../../packet-giop.h:579: warning: comma at end of enumerator list svn path=/trunk/; revision=9376
2003-12-21Update FAQ to December 12 2003Jörg Mayer2-561/+893
svn path=/trunk/; revision=9375
2003-12-21The include file is generated elsewhereJörg Mayer2-27/+2
svn path=/trunk/; revision=9374
2003-12-21The FAQ is now located in help/Jörg Mayer1-3/+8
svn path=/trunk/; revision=9373
2003-12-21Manuf updatesJörg Mayer1-37/+223
svn path=/trunk/; revision=9372
2003-12-21removed some MSVC warnings (added type casts)Ulf Lamping1-3/+6
svn path=/trunk/; revision=9371
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
svn path=/trunk/; revision=9370
2003-12-20Move display filter into filtered packets frame.Olivier Biot1-22/+22
Fix NaN when a capture and/or a filter don't have any matching packets so the average packet size is obtained by dividing by zero. svn path=/trunk/; revision=9369
2003-12-20Not all C compilers allow declarations in the middle of executableGuy Harris1-2/+2
code. svn path=/trunk/; revision=9368
2003-12-20Do the special "if the first fragment we see is also the final fragment,Guy Harris3-37/+69
treat it as a reassembled frame" hack *only* for 802.11, as that's the only protocol we know of that requires it. svn path=/trunk/; revision=9367
2003-12-19From Lars Roland:Guy Harris8-185/+115
use the common display filter dialog infrastructure in the MGCP service response time tap; add common infrastructure for updating the titles of tap dialogs when the capture file name changes. svn path=/trunk/; revision=9366
2003-12-19From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9365
2003-12-19From David Fort: support for decoding MLD v2 report messages.Guy Harris3-2/+81
svn path=/trunk/; revision=9364
2003-12-19From David Fort: update some comments now that RFC 3658 is out, and fixGuy Harris2-5/+5
a typo in the AUTHORS file. svn path=/trunk/; revision=9363
2003-12-19Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT optionGuy Harris1-2/+5
(the hf_ variable for it existed, but there was no hf[] entry, so it didn't get initialized). svn path=/trunk/; revision=9362
2003-12-19Don't store the result of "tvb_reported_length()" into a "guint8" - itGuy Harris1-13/+33
could be more than 255 (even if that "shouldn't happen"). Don't use "frags != 0" as an indication that the message was fragmented - that can't handle bogus packets with a zero fragment count. Have an explicit variable for that. Check that "sm_data_len" isn't 0 before attempting dissection or reassembly. Check that "frag" and "frags" aren't zero before attempting reassembly (arguably, we should report both of those as errors). Use "process_reassembled_data()" to do the bulk of the work for reassembly - it handles the case where a "fragmented" packet has only one fragment. This fixes a crash that occurred when only the last fragment was seen, although there's an underlying problem there, namely that the hack tha "fragment_add_seq_check()" does to handle some problems with some 802.11 captures causes it to consider a packet where the first fragment seen is also the last fragment as a one-fragment packet; we probably need to do that *only* for 802.11. svn path=/trunk/; revision=9361
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
svn path=/trunk/; revision=9360
2003-12-19Add debug logging to the MMSE dissector.Olivier Biot1-2/+68
svn path=/trunk/; revision=9359
2003-12-19Add extra debug logging. Fix typo in debug log explanation.Olivier Biot1-4/+47
svn path=/trunk/; revision=9358
2003-12-19From Peter Fales: count IPX-over-ARCNET packets in "capture_arcnet()".Guy Harris1-1/+5
svn path=/trunk/; revision=9357
2003-12-19Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris1-9/+12
forbidden. svn path=/trunk/; revision=9356
2003-12-19Don't use "u_char", use "guchar" for characters and "guint8" for 8-bitGuy Harris1-4/+4
unsigned integers. svn path=/trunk/; revision=9355
2003-12-19Remove \n from value-strings.Gilbert Ramirez1-8/+8
svn path=/trunk/; revision=9354
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
executable works properly. svn path=/trunk/; revision=9353
2003-12-19The GNU ADNS library requires whatever libraries are needed for socketGuy Harris1-2/+2
calls. svn path=/trunk/; revision=9352
2003-12-19As noted by Peter Fales, the offset in "capture_arcnet()" should be 4 ifGuy Harris1-2/+2
the extra offset field is present and 2 if it's absent, not the other way around. svn path=/trunk/; revision=9351
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
captures. svn path=/trunk/; revision=9350
2003-12-18Top-of-tree and top-of-0.8-branch libpcap support limited filtering onGuy Harris1-3/+3
DLT_LINUX_IRDA (empty expression and "link[M:N]" expressions), so don't special-case IRDA adapters. svn path=/trunk/; revision=9349
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe1-3/+4
keep the file name around long enough to use it when saving highlighted data etc. svn path=/trunk/; revision=9348
2003-12-18Add more files.Guy Harris1-0/+2
svn path=/trunk/; revision=9347
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
svn path=/trunk/; revision=9346
2003-12-18From Jan Kiszka: IrDA support.Guy Harris19-20/+3275
svn path=/trunk/; revision=9345
2003-12-18From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect it.Guy Harris1-1/+5
svn path=/trunk/; revision=9344
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot3-17/+65
it would make sense to add PCRE support for byte arrays containing an integer or an IP address. Avoid lengthy pointer constructs in cmp_matches(). svn path=/trunk/; revision=9343