aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-09-10Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris6-40/+66
1999-09-10Fix a comment, to reflect the demise of "ethereal.h".Guy Harris1-3/+3
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris7-31/+66
1999-09-10Make stuff used only in "filter_prefs.c" static to it.Guy Harris1-4/+4
1999-09-10Added random packet generator.Gilbert Ramirez3-2/+416
1999-09-10Have "fddifc_to_str()" return "Unknown frame type" for a frame type itGuy Harris1-4/+3
1999-09-10Changed default return value of fddifc_to_str from NULL to "". The valueGilbert Ramirez1-2/+2
1999-09-09Expand the message printed if "configure" can't find "net/bpf.h" toGuy Harris1-1/+2
1999-09-09Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez2-5/+15
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris7-6/+130
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris3-0/+72
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
1999-09-09I forgot to include this file move in my last commit.Gilbert Ramirez2-14/+15
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez17-600/+793
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez16-48/+35
1999-09-08Don't include in the list of interfaces offered by the "capture" dialogGuy Harris1-6/+32
1999-09-03Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris2-193/+380
1999-09-03Add in a pile of additional packet formats fromGuy Harris1-51/+218
1999-09-03Stuff to IPX socket 0x0455 (NetBIOS), and to sockets 0x0551 and 0x0553Guy Harris1-147/+216
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris3-86/+100
1999-09-03Dissect the name type flag in NBIPX name service packets (at leastGuy Harris2-6/+27
1999-09-03Add a bunch more NetBIOS name types.Guy Harris3-130/+132
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris7-116/+299
1999-09-02When skipping over the padding at the end of a record in a capture file,Guy Harris1-5/+28
1999-09-01When reading packets from a capture file, don't seek around recordGuy Harris1-50/+49
1999-09-01Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies theGuy Harris3-2/+45
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez18-777/+921
1999-08-31Bert Driehuis' patch to handle "libpcap" stuff being installed inGuy Harris1-2/+2
1999-08-31We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1-1/+10
1999-08-31Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1-2/+2
1999-08-31Olivier Abad's fix to the problem where some capture files appeared toGuy Harris1-0/+1
1999-08-31Packaging fix for doc subdirectory changes.Gilbert Ramirez1-0/+1
1999-08-31Added info about Linux libpcap misbehavior, and where to download the libpcapGilbert Ramirez2-0/+17
1999-08-31Removed hacked-up doc/Makefile.in, and replaced it with simple doc/Makefile.am.Gilbert Ramirez2-33/+12
1999-08-31Changed gtk subdirectory to use only Makefile.am, and not have a configureGilbert Ramirez8-7/+11
1999-08-31Convert the seconds value to the right byte order before using it atGuy Harris1-6/+10
1999-08-30Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1-7/+20
1999-08-30Now that FT_BOOLEAN display filter fields are treated differently (onlyGilbert Ramirez2-67/+2
1999-08-30Fixed problem with not being able to filt on field values.Gilbert Ramirez2-4/+7
1999-08-29Fix some compilation warnings.Gilbert Ramirez2-4/+4
1999-08-29Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez4-91/+113
1999-08-28Stop processing of colorization display filters after first match.Gilbert Ramirez3-27/+23
1999-08-28Updated RSVP with Ashok's patch. Fixes code for 64-bit platforms.Gilbert Ramirez1-4/+4
1999-08-28For unknown options without "syntax" errors, show the length in bytes.Guy Harris1-8/+13
1999-08-28Handle unknown options in "dissect_ip_tcp_options()" better; we assumeGuy Harris1-19/+35
1999-08-28A slightly cleaner version - hide the "if it's the last row, the elementGuy Harris1-88/+28
1999-08-28"CFILTERS_CONTAINS_FILTER()" should check for the presence of colorGuy Harris1-2/+2
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris5-227/+675
1999-08-28Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlyGilbert Ramirez1-3/+3
1999-08-28Set protocol column to "IP" for fragmented IP packets. It was not being set atGilbert Ramirez1-1/+3