aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-02-09Make a "dissect_rpc_indir_call()" routine to dissect arguments to aGuy Harris3-70/+100
2001-02-09Add "TFTP_" before the packet type names, to avoid compiler warnings onGuy Harris1-20/+20
2001-02-09Change to include Service ID field in dissection of Service InfoGuy Harris3-2/+15
2001-02-08On at least one capture, the PIM checksum appears to be correct, soGuy Harris1-16/+52
2001-02-08Don't fetch any of the fields past the BPDU type if the BPDU type isn'tGuy Harris1-7/+18
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris6-144/+203
2001-02-08In "call_dissector()", if the protocol for the dissector referred to byGuy Harris1-1/+2
2001-02-08Set the Protocol column, and clear the Info column, before we startGuy Harris1-8/+11
2001-02-08If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris1-2/+3
2001-02-07Updates from Mike Frisch.Guy Harris1-126/+238
2001-02-07Add in the various payload type definitions from RFC 1890.Guy Harris1-17/+46
2001-02-06The "short name" and "filter name" were reversed; put them in the rightGuy Harris1-2/+2
2001-02-06Add support for dissecting V3 CALLIT and V4 BCAST/INDIRECT calls.Guy Harris1-4/+4
2001-02-06Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITGuy Harris3-136/+201
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris5-10/+10
2001-02-05Maximum frame size values in the second byte of the routing controlGuy Harris1-9/+10
2001-02-04Add a "-f" flag to the "rm", so that "make clean" won't get an errorGuy Harris1-1/+1
2001-02-04Pass the correct tvbuff from the Vines Fragmentation Protocol dissectorGuy Harris1-2/+2
2001-02-04L3PIDs are Ethertypes; display them as such.Guy Harris1-14/+16
2001-02-04Add support for replies to NLMv3 SHARE and UNSHARE requests and to theGuy Harris1-14/+56
2001-02-04Tvbuffify the RSVP dissector.Guy Harris3-934/+715
2001-02-03As pointed out by Aaron C. Springer (and according to RFC 1827), it'sGerald Combs1-2/+2
2001-02-03Tvbuffify the Oracle TNS dissector.Guy Harris1-82/+72
2001-02-03Use "pinfo", not "pi", to get packet info.Guy Harris1-4/+4
2001-02-03Tvbuffify the IRC dissector.Guy Harris1-54/+51
2001-02-03Use "dfilter_apply_edt()" rather than "dfilter_apply()".Guy Harris1-10/+7
2001-02-03Increment the line number for every line seen.Guy Harris1-12/+11
2001-02-03Allow filter names and expressions of arbitrary length, and, in theGuy Harris1-30/+170
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez10-24/+144
2001-02-01Catch any exception thrown by accessing the tvbuff.Gilbert Ramirez1-3/+10
2001-02-01Fix the previous checkin to correctly handle presence tests onGuy Harris1-3/+15
2001-02-01For protocols, call the test for the field being present "has thisGuy Harris1-5/+6
2001-02-01Use the pretty name for the type, not the internal name, in the helpGuy Harris1-2/+2
2001-02-01Use the ftype routines to determine what tests can be done on a field,Guy Harris1-118/+37
2001-02-01FT_PROTOCOL is like FT_NONE; you can only test for the field's presenceGuy Harris1-1/+2
2001-02-01Make some pointers "guchar" pointers, so that characters extracted fromGuy Harris1-3/+3
2001-02-01Declare "proto_tree_set_protocol_tvb()" at the top, along with the otherGuy Harris1-1/+3
2001-02-01Rename the "optarg()" and "opterr()" functions to "get_optarg()" andGuy Harris1-31/+42
2001-02-01Always show the scrollbar in the tree view panel, so that the scrollbarGilbert Ramirez1-2/+2
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez29-26/+592
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez78-3486/+11523
2001-02-01Updates from Alexandre P. Ferreira.Guy Harris1-46/+383
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris11-30/+1909
2001-02-01Updates from Johan Jorgensen:Guy Harris1-48/+68
2001-01-31Correct a comment.Gilbert Ramirez1-2/+3
2001-01-31The plugin mechanism no longer uses display filters, so "plugins.h" noGuy Harris1-2/+1
2001-01-30Work around a CMU SNMP bug wherein "sprint_value()" dumps core if thereGuy Harris1-47/+88
2001-01-30WTLS support and WSP fixes, from Alexandre P. Ferreira.Guy Harris3-45/+1457
2001-01-30Slightly better invalid packet handling.Gerald Combs1-6/+6
2001-01-30Fix a bounds checking problem when handed an invalid SIP packet, asGerald Combs1-9/+16