aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-65/+100
1999-06-22Update the display if the "command-line-specified" time format isGuy Harris1-38/+56
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-3/+25
1999-06-12Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris1-2/+2
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1-1/+40
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1-1/+81
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1-38/+89
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-1/+2
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-130/+11
1999-02-12Add a first cut at HTTP decoding.Guy Harris1-1/+133
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-1/+51
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-12/+2
1999-01-05Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to byGuy Harris1-3/+3
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-2/+12
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-16/+23
1998-12-21Modify add_item_to_tree to return immediately on a null tree ptr.Gerald Combs1-1/+4
1998-12-04When dissecting DNS or NBNS queries or replies, add the item to the treeGuy Harris1-1/+7
1998-11-18* Added patches from Laurent and GuyGerald Combs1-1/+2
1998-11-17* Added column formatting functionality.Gerald Combs1-8/+49
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-1/+24
1998-10-28 Add the "Maximize security" type of service for IP, from RFCGuy Harris1-3/+3
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1-3/+25
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-4/+5
1998-10-12- Added match_strval function to packet.cGerald Combs1-16/+4
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+27
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-5/+62
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-1/+7
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+216