aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-10-25Sometimes a cigar is just a cigar, err, umm, sometimes a KRB5 blob isGuy Harris1-31/+72
2002-10-25Fix the offset for the flags in an NTLMSSP_AUTH message.Guy Harris1-2/+2
2002-10-25The versions of UCD SNMP that we now support all installGuy Harris4-47/+22
2002-10-25From Ronnie Sahlberg: dissect the LookupHandleFree call.Guy Harris1-12/+39
2002-10-25From Ronnie Sahlberg: update the tap documentation to reflect recentGuy Harris1-4/+4
2002-10-25Add the DCERPCSTAT stuff.Guy Harris1-1/+2
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris14-28/+1355
2002-10-25From Ronnie Sahlberg: ONLY calculate RTT values for replies we haveGuy Harris1-1/+5
2002-10-25At least according to the UNIX 98 spec, you need to include <unistd.h>Guy Harris2-2/+10
2002-10-24Added a pointer to more information on PCLIEd Warnicke1-1/+4
2002-10-24Move the value_string tables for V1 and V2 procedure values after theGuy Harris1-18/+23
2002-10-24Add fields for procedure numbers for NFS V2, V3, and V4, and registerGuy Harris1-4/+71
2002-10-24Don't include the header file to get the SNMP version unless we'reGuy Harris6-12/+45
2002-10-24This helps packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP.Tim Potter1-2/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris14-118/+406
2002-10-24Check whether the array of procedure hf values has an element for theGuy Harris1-2/+9
2002-10-24Don't use "unsigned long" to mean "32-bit unsigned integer", as it's notGuy Harris1-3/+3
2002-10-23From Ronnie Sahlberg: make the tap listeners for gtk and gtk2 redissectGuy Harris4-5/+12
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris8-18/+18
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris24-74/+138
2002-10-23Added support for Label Request Type 2 (ATM Label Range) andAshok Narayanan1-2/+75
2002-10-23Define HAVE_NET_SNMP, as Ethereal is set up to be built with Net-SNMPGuy Harris1-2/+3
2002-10-23From Wes Hardaker:Guy Harris7-45/+108
2002-10-23From Jamie Fournier: change to version 4, and fix to match the currentGuy Harris1-9/+19
2002-10-23Put a leading "0x" in front of the hex value for ARCNET addresses whenGuy Harris1-2/+2
2002-10-23In the message indicating how Ethereal was configured, say "Use UCDGuy Harris1-2/+2
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris9-9/+372
2002-10-23Don't assume that we're building a protocol tree; dereference treeGuy Harris1-3/+5
2002-10-23Update manufJörg Mayer1-5/+102
2002-10-22Minimalistic support for counting IPv6 packets during captureJörg Mayer4-4/+22
2002-10-22Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPJörg Mayer4-38/+90
2002-10-22Put in a comment noting that not *all* captures with a network type of 3Guy Harris1-1/+9
2002-10-22Add a Wiretap encapsulation type for RFC 2625 IP-over-Fibre Channel, andGuy Harris3-4/+9
2002-10-22From Jamie Fournier: AFS 4 UPDATE server support.Guy Harris4-10/+101
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris3-3/+346
2002-10-22Put in a note about the completion code not appearing to be present inGuy Harris1-1/+7
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris7-37/+63
2002-10-22Add support for desegmentation of NDPS-over-TCP.Guy Harris1-12/+59
2002-10-22Get rid of extra blanks at ends of program names (they're not needed; inGuy Harris1-479/+234
2002-10-22Do a full dissection of NDPS packets regardless of whether we'reGuy Harris1-98/+98
2002-10-22From Ronnie Sahlberg: track and display the time between requests andGuy Harris2-3/+44
2002-10-21From Solomon Peachy: display "(correct)" or "(not verified)" for the WEPGuy Harris1-5/+17
2002-10-21From Greg Morris:Guy Harris3-313/+3603
2002-10-21From Ronnie Sahlberg:Guy Harris1-3/+14
2002-10-21From Ronnie Sahlberg:Guy Harris1-35/+265
2002-10-19Get rid of all places where "vstring" is set to point to a null stringGuy Harris1-161/+17
2002-10-19Suppress compiler warnings on platforms where "time_t" is a "long",Guy Harris1-3/+4
2002-10-19Label UUID's with the name of the field.Guy Harris1-2/+3
2002-10-19Only hand off the SPX payload to a subdissector if there's payload toGuy Harris1-31/+33
2002-10-19From Greg Morris: put a buffer into "nw_uni_t", and make "get_string()"Guy Harris1-25/+10