aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer13-34/+34
2003-12-21SoulSeek is not yet inJörg Mayer1-2/+1
2003-12-21No more FAQ.includeJörg Mayer2-1747/+2
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-21Compiling with -pedantic:Jörg Mayer1-2/+2
2003-12-21Compiling with -pedantic:Jörg Mayer2-1/+3
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
2003-12-21Compiling with -pendantic:Jörg Mayer1-2/+2
2003-12-21Update FAQ to December 12 2003Jörg Mayer2-561/+893
2003-12-21The include file is generated elsewhereJörg Mayer2-27/+2
2003-12-21The FAQ is now located in help/Jörg Mayer1-3/+8
2003-12-21Manuf updatesJörg Mayer1-37/+223
2003-12-21removed some MSVC warnings (added type casts)Ulf Lamping1-3/+6
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
2003-12-20Move display filter into filtered packets frame.Olivier Biot1-22/+22
2003-12-20Not all C compilers allow declarations in the middle of executableGuy Harris1-2/+2
2003-12-20Do the special "if the first fragment we see is also the final fragment,Guy Harris3-37/+69
2003-12-19From Lars Roland:Guy Harris8-185/+115
2003-12-19From Lars Roland: fix a typo.Guy Harris1-2/+2
2003-12-19From David Fort: support for decoding MLD v2 report messages.Guy Harris3-2/+81
2003-12-19From David Fort: update some comments now that RFC 3658 is out, and fixGuy Harris2-5/+5
2003-12-19Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT optionGuy Harris1-2/+5
2003-12-19Don't store the result of "tvb_reported_length()" into a "guint8" - itGuy Harris1-13/+33
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
2003-12-19Add debug logging to the MMSE dissector.Olivier Biot1-2/+68
2003-12-19Add extra debug logging. Fix typo in debug log explanation.Olivier Biot1-4/+47
2003-12-19From Peter Fales: count IPX-over-ARCNET packets in "capture_arcnet()".Guy Harris1-1/+5
2003-12-19Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris1-9/+12
2003-12-19Don't use "u_char", use "guchar" for characters and "guint8" for 8-bitGuy Harris1-4/+4
2003-12-19Remove \n from value-strings.Gilbert Ramirez1-8/+8
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
2003-12-19The GNU ADNS library requires whatever libraries are needed for socketGuy Harris1-2/+2
2003-12-19As noted by Peter Fales, the offset in "capture_arcnet()" should be 4 ifGuy Harris1-2/+2
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
2003-12-18Top-of-tree and top-of-0.8-branch libpcap support limited filtering onGuy Harris1-3/+3
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe1-3/+4
2003-12-18Add more files.Guy Harris1-0/+2
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
2003-12-18From Jan Kiszka: IrDA support.Guy Harris19-20/+3275
2003-12-18From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect it.Guy Harris1-1/+5
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot3-17/+65
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris6-21/+37
2003-12-18"pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris2-9/+17
2003-12-18Mallocate buffers for the strings gotten by "get_encoded_strval()" andGuy Harris1-26/+45
2003-12-18Fix some typoes.Guy Harris1-4/+3
2003-12-18Make packet offsets, and lengths, "guint".Guy Harris1-49/+55
2003-12-18Make "ctlfn" a "guint8", as it holds a single-byte value.Guy Harris1-3/+3
2003-12-18Use a value_string table for the Status field.Guy Harris1-17/+8
2003-12-18The "cmd" members of "smb_saved_info_t" and "smb_info_t" structuresGuy Harris2-9/+9
2003-12-17Make packet offsets "gint"s rather than "guint8"s.Guy Harris1-4/+4