aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping2-5/+5
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping10-63/+63
2003-12-17Update the "matches" explanation as it now also works for protocol fieldsOlivier Biot1-6/+5
2003-12-17Get rid of unused registered header fields. Some white-space changes.Olivier Biot1-58/+25
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-17Only dissect the key in TKEY RRs if it's present (i.e., has a non-zeroGuy Harris1-35/+42
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris33-315/+362
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping2-7/+8
2003-12-17renamed some defines SERVICE_xy to SVCCTL_SERVICE_xy to avoidUlf Lamping1-11/+11
2003-12-17Set "print_args" regardless of whether we're printing the packet detailGuy Harris1-7/+7
2003-12-17From Anders Broman: add a preference setting for the RTSP TCP port.Guy Harris1-8/+40
2003-12-17There's no need for the "content_type_exist" variable - we can justGuy Harris1-4/+2
2003-12-17From Anders Broman:Guy Harris1-18/+27
2003-12-17Get rid of an unused value_string table and unused #defines.Guy Harris1-9/+0
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)Ulf Lamping1-5/+6
2003-12-17added missing rule for v5ua pluginUlf Lamping1-1/+10
2003-12-17For unknown key IDs, show the algorithm symbolically if possible.Guy Harris1-2/+3