aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-11-01Note that "tethereal-tap-register.c" is built by the Bash scriptGuy Harris1-1/+4
2002-11-01Cygwin doesn't necessarily come with an "sh.exe", so use "$(SH)" ratherGuy Harris2-4/+5
2002-11-01Put in a portability note telling people to use "strchr()" andGuy Harris1-4/+9
2002-11-01Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" orGuy Harris1-3/+3
2002-11-01Get rid of some trailing blanks in strings.Guy Harris1-8/+8
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris2-69/+170
2002-11-01Remove a newline from a string being put into the protocol tree.Guy Harris1-2/+2
2002-11-01Don't bother putting the direction into the ISDN part of the protocolGuy Harris1-13/+1
2002-11-01From Fritz Budiyanto: the command in the Packet Transfer Command IE isGuy Harris3-3/+8
2002-11-01New tap extension for tethereal : ProtocolHierarchyStatistics.Ronnie Sahlberg4-2/+231
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for fr...Ronnie Sahlberg4-2/+328
2002-11-01Convert the "maj_vers" field of a REC_VERS record to host byte orderGuy Harris1-2/+2
2002-11-01Fix for small bug that crashed tethereal if a tap filter was applied and teth...Ronnie Sahlberg2-4/+5
2002-11-01Updated all remaining ONC-RPC dissectors to pass the procedure name value_str...Ronnie Sahlberg21-86/+594
2002-11-01Added support for a new DCERPC pipe supported by Windows 2000. It hasTim Potter3-2/+74
2002-10-31Update of my email addressRonnie Sahlberg1-1/+1
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