aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
1999-08-28Removed debug printf's.Gilbert Ramirez1-14/+1
1999-08-28Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris4-49/+62
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris10-25/+82
1999-08-27Touched these files to make 'make dist' happy.Gilbert Ramirez4-0/+0
1999-08-27Updated docs.Gilbert Ramirez3-15/+31
1999-08-27Added gtk subdirectory, with patched gtkclist.c in it. We can use thisGilbert Ramirez10-7/+9261
1999-08-27"long" -> "gint32" ("gint32" is 32 bits, "long" isn't necessarily 32Guy Harris1-2/+2
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez5-68/+19
1999-08-27Updated RSVP decoder with Ashok's newest code.Gilbert Ramirez2-13/+183
1999-08-27The token-ring decoder now takes into account some really garbledGilbert Ramirez1-25/+112
1999-08-27No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)Guy Harris1-2/+1
1999-08-27TEST is 0xE0, not 0xC0; 0xC0 is SNRME. (I hate having to reverse bitGuy Harris1-2/+4
1999-08-26Properly pluralize "bytes" in the detail line for "dissect_data()".Guy Harris1-2/+3
1999-08-26Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1-1/+4
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris8-28/+28
1999-08-26Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez3-7/+35
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez7-17/+119
1999-08-25Correctly set global_df->dftree to NULL after a bad parse.Gilbert Ramirez1-10/+4