aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris14-199/+276
2002-10-31From Chris Waters: put the "wlan.fc.fromds" and "wlan.fc.tods" fieldsGuy Harris2-5/+11
2002-10-31Don't reset the packet count if we longjmp out of the capture loop, asGuy Harris1-4/+4
2002-10-31To determine the direction of the traffic, use "pinfo->p2p_dir", ratherGuy Harris2-12/+8
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris16-243/+450
2002-10-29Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris2-30/+4
2002-10-29Some fields that are treated as 16-bit or 8-bit fields followed byGuy Harris1-14/+83
2002-10-29Don't return 0 from "call_dissector_work()" if the packet was dissectedGuy Harris1-1/+9
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereGuy Harris4-13/+21
2002-10-28Hoist the bulk of the stuff involved in calling a dissector through aGuy Harris1-60/+65
2002-10-28The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears toGuy Harris1-2/+2
2002-10-27GtkCList to GtkTreeView conversion in color_dlg.cOlivier Abad3-415/+451
2002-10-26Update Debian packaging files. Ethereal is now split in 4 packages :Olivier Abad19-48/+182
2002-10-26Fix up some more byte-string displays.Guy Harris1-14/+7
2002-10-26Show the elements of authentication triplets as byte strings (as that'sGuy Harris1-34/+16
2002-10-25Count ICMPv6 packets as ICMP when capturing.Guy Harris3-10/+90
2002-10-25From Didier Gautheron: handle the padding in AFP login packets that putGuy Harris1-2/+3
2002-10-25That was a rather unique interpretation of "correctly" I came up withGuy Harris1-2/+2
2002-10-25Correctly handle the "no IAC found" case in "telnet_sub_option()".Guy Harris1-3/+10
2002-10-25Fix a typo and fix alignment.Guy Harris1-2/+2
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