aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-03-21Some cleanup of the RADIUS AVP output (Tunnel Tagging Tag), and a bit ofGuy Harris2-52/+80
2000-03-21Andreas Sikkema's patch to make the SMB dissector not blithely pass aGuy Harris1-3/+4
2000-03-21Paul Welchinski's changes to, on Win32 systems:Guy Harris4-15/+58
2000-03-21Create the tree entry for resource records in DNS replies, and add theGuy Harris1-152/+137
2000-03-21Add support for TXT and WKS records to the DNS dissector.Guy Harris3-20/+139
2000-03-21Jochen Friedrich's fix to IPv6 fragment handling.Guy Harris3-9/+26
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez10-44/+44
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez3-3/+26
2000-03-20Added Novell option decoding patch from Fredrik Sorensson <fsn@volvo.se>.Gerald Combs1-5/+104
2000-03-20Added Jeff Foster's patch to add an eth.addr field.Gilbert Ramirez1-2/+15
2000-03-20Florian Lohoff's changes for RADIUS tunnel attributes and for theGuy Harris3-2/+95
2000-03-20In "add_packet_to_packet_list()", always use the "buf" argument to referGuy Harris1-5/+5
2000-03-17Change the type of the "v120.control" protocol field from FT_STRING toGuy Harris1-14/+21
2000-03-16Put the EIGRP packet type into the INFO column in the packet list entryGuy Harris1-13/+13
2000-03-15Changed the type of the lapb.control protocol field from FT_STRING toOlivier Abad1-2/+2
2000-03-15Give all the Ethereal APIs available to plugins their own functionGuy Harris5-235/+212
2000-03-15Rename the local variable "pi" to "ti" in several places - "pi" is alsoGuy Harris1-10/+10
2000-03-15Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2-2/+8
2000-03-15Treat the two integers after the request ID in a BulkPDU asGuy Harris1-13/+25
2000-03-15Dietmar Petras' fix to the handling of SNMPv2 TRAP PDUs.Guy Harris2-2/+5
2000-03-14Sigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile for zlib, so,Guy Harris1-11/+28
2000-03-14On Windows, when getting the user's home directory, don't look at theGuy Harris1-18/+56
2000-03-14Convert two instances of proto_tree_add_uint_format() toGilbert Ramirez1-5/+5
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris7-30/+31
2000-03-13Remove the proto_tree_add_text() and proto_tree_add_item_hidden() callsGilbert Ramirez1-11/+10
2000-03-13New workaround for not using (ulong *) to dereference memory in RSVP.Ashok Narayanan1-7/+17
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez55-508/+1068
2000-03-12In the TCP stream following code, we don't use the time stamp field inGuy Harris3-20/+24
2000-03-12Making the "frame_data" structure for a frame the data associated withGuy Harris1-13/+56
2000-03-10Fix some typos.Guy Harris1-13/+54
2000-03-10 "ulong" is not a system-declared data type on all platforms;Guy Harris1-6/+6
2000-03-09- Jeff Foster's documentation for conversations and coding styleOlivier Abad1-20/+243
2000-03-09Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan11-142/+1082
2000-03-09New dissector functions for mount DUMP and EXPORT replies.Uwe Girlich1-11/+163
2000-03-09New generic function dissect_rpc_list() for variable length RPC lists.Uwe Girlich1-2/+30
2000-03-09Prototype for new dissect_rpc_list() function.Uwe Girlich1-1/+3
2000-03-08We already set the foreground and background color for every frame,Guy Harris3-58/+47
2000-03-07Note that the "-T" flag doesn't cause "editcap" to translate link-layerGuy Harris1-1/+7
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-80/+80
2000-03-07Make "name_length" and "value_length" universally "int"s - the valuesGuy Harris1-16/+16
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-28/+24
2000-03-07Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris2-7/+10
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-64/+73
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris6-38/+38
2000-03-06Fix some "proto_tree_add_text()" calls.Guy Harris4-27/+27
2000-03-06Correctly dissect integer values, using the correct offset.Guy Harris1-3/+3
2000-03-06Fix a call to "proto_tree_add_text()", and declare "name_length" in suchGuy Harris1-13/+13
2000-03-04Fix for reading toshiba trace files that were created by using theGilbert Ramirez1-11/+23
2000-03-03Add config.nmake and two Makefile.nmake's to the list of deliverables.Gilbert Ramirez3-4/+9
2000-03-03Fix a typo.Guy Harris1-2/+2