aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-02-14Get rid of the "CHECK_DISPLAY_AS_DATA()" call and the setting ofGuy Harris1-7/+10
2001-02-14Add MIP extensions. Re-work some of the tvbuff-handling logic.Gilbert Ramirez3-90/+172
2001-02-14Rename "SP_ERROR" to "SP_ERROR_MSG" to avoid a #define collision withGuy Harris1-5/+5
2001-02-14Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris1-2/+2
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris2-71/+71
2001-02-13Updates from Yaniv Kaul to show the certificate encoding and typeGuy Harris1-4/+25
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris4-44/+85
2001-02-13Updates from Mike Frisch.Guy Harris1-9/+25
2001-02-13You have to define "htolell()" on little-endian platforms, too....Guy Harris1-4/+5
2001-02-13Changes from Chris Jepeway toGuy Harris3-41/+111
2001-02-13Updates from Neil Hunter.Guy Harris10-2225/+2501
2001-02-13Changes to correctly decode BOOTP option 82, from Greg Kilfoyle.Guy Harris3-4/+49
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris3-10/+32
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris6-217/+145
2001-02-12Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris1-5/+5
2001-02-11"Off-hoke"? What had I been smoking when I typed that?Guy Harris1-2/+2
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris3-15/+28
2001-02-11In an "Update list of packets in real time" capture, pass the number ofGuy Harris1-4/+27
2001-02-11Change the protocol between the parent and child processes in an "UpdateGuy Harris1-40/+89
2001-02-11Report failures of "pcap_stats()", as tcpdump does.Guy Harris2-9/+27
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris10-45/+113
2001-02-11Make boolean equality/inequality tests smarter; they don't testGilbert Ramirez1-7/+34
2001-02-11Add rule for dftest.exeGilbert Ramirez1-1/+18
2001-02-11Remove unused variable and add copyright and RCS ID.Gilbert Ramirez1-2/+23
2001-02-10Updates from Alexandre P. Ferreira.Guy Harris1-66/+132
2001-02-10Check for errors when writing a capture file.Guy Harris3-39/+167
2001-02-09Further NFSV4 updates from Mike Frisch.Guy Harris1-331/+815
2001-02-09When dissecting an indirect call reply, if either there's an old-styleGuy Harris1-2/+2
2001-02-09For indirect RPC calls, remember the call information, and add aGuy Harris3-26/+247
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