aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagethereal-0.7.3ethereal-0-7-3Cvs2svn1999-08-311-361/+0
|\
* | Packaging fix for doc subdirectory changes.Gilbert Ramirez1999-08-311-0/+1
* | Added info about Linux libpcap misbehavior, and where to download the libpcapGilbert Ramirez1999-08-312-0/+17
* | Removed hacked-up doc/Makefile.in, and replaced it with simple doc/Makefile.am.Gilbert Ramirez1999-08-312-33/+12
* | Changed gtk subdirectory to use only Makefile.am, and not have a configureGilbert Ramirez1999-08-318-7/+11
* | Convert the seconds value to the right byte order before using it atGuy Harris1999-08-311-6/+10
* | Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1999-08-301-7/+20
* | Now that FT_BOOLEAN display filter fields are treated differently (onlyGilbert Ramirez1999-08-302-67/+2
* | Fixed problem with not being able to filt on field values.Gilbert Ramirez1999-08-302-4/+7
* | Fix some compilation warnings.Gilbert Ramirez1999-08-292-4/+4
* | Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1999-08-294-91/+113
* | Stop processing of colorization display filters after first match.Gilbert Ramirez1999-08-283-27/+23
* | Updated RSVP with Ashok's patch. Fixes code for 64-bit platforms.Gilbert Ramirez1999-08-281-4/+4
* | For unknown options without "syntax" errors, show the length in bytes.Guy Harris1999-08-281-8/+13
* | Handle unknown options in "dissect_ip_tcp_options()" better; we assumeGuy Harris1999-08-281-19/+35
* | A slightly cleaner version - hide the "if it's the last row, the elementGuy Harris1999-08-281-88/+28
* | "CFILTERS_CONTAINS_FILTER()" should check for the presence of colorGuy Harris1999-08-281-2/+2
* | PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-285-227/+675
* | Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlyGilbert Ramirez1999-08-281-3/+3
* | Set protocol column to "IP" for fragmented IP packets. It was not being set atGilbert Ramirez1999-08-281-1/+3
* | Removed debug printf's.Gilbert Ramirez1999-08-281-14/+1
* | Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1999-08-284-49/+62
* | Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-2810-25/+82
* | Touched these files to make 'make dist' happy.Gilbert Ramirez1999-08-274-0/+0
* | Updated docs.Gilbert Ramirez1999-08-273-15/+31
* | Added gtk subdirectory, with patched gtkclist.c in it. We can use thisGilbert Ramirez1999-08-2710-7/+9261
* | "long" -> "gint32" ("gint32" is 32 bits, "long" isn't necessarily 32Guy Harris1999-08-271-2/+2
* | Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez1999-08-275-68/+19
* | Updated RSVP decoder with Ashok's newest code.Gilbert Ramirez1999-08-272-13/+183
* | The token-ring decoder now takes into account some really garbledGilbert Ramirez1999-08-271-25/+112
* | No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)Guy Harris1999-08-271-2/+1
* | TEST is 0xE0, not 0xC0; 0xC0 is SNRME. (I hate having to reverse bitGuy Harris1999-08-271-2/+4
* | Properly pluralize "bytes" in the detail line for "dissect_data()".Guy Harris1999-08-261-2/+3
* | Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1999-08-261-1/+4
* | Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-268-28/+28
* | Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1999-08-263-7/+35
* | The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1999-08-267-17/+119
* | Correctly set global_df->dftree to NULL after a bad parse.Gilbert Ramirez1999-08-251-10/+4
* | Reverted TCP follow back to old behavior of leaving list of packets inGilbert Ramirez1999-08-252-11/+6
* | Use END_OF_FRAME rather than "fd->cap_len - offset" - END_OF_FRAME usedGuy Harris1999-08-251-7/+8
* | Add in the Async Map option.Guy Harris1999-08-252-62/+153
* | Put in support for dissecting LCP and IPCP options.Guy Harris1999-08-252-116/+290
* | The bulk of the PPP dissection is common between "dissect_ppp()" andGuy Harris1999-08-251-63/+50
* | "read_filters()" is actually called late enough in the startup processGuy Harris1999-08-252-10/+19
* | NBIPX packet type 3 appears to be the equivalent, in NBIPXland, of theGuy Harris1999-08-251-18/+28
* | Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1999-08-251-1/+2
* | Instead of adding the TLV type and length values as hidden values, enterGuy Harris1999-08-251-48/+67
* | Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1999-08-251-62/+119
* | Fixed CPP #ifdef and comment.Gilbert Ramirez1999-08-251-3/+3
* | Removed unnecessary #include lines.Gilbert Ramirez1999-08-241-38/+1