aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
1999-06-21Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1-3/+3
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez1-1/+4
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+8
1999-05-20Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1-2/+37
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1-26/+27
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-1/+2
1999-03-30Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1-3/+2
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-2/+29
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-108/+256
1999-03-09Decode more stuff in an ICMP packet.Guy Harris1-1/+67
1999-03-09Make the arrays of pointers to strings for ICMP decoding static, asGuy Harris1-24/+38
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-1/+18
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1-7/+7
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-4/+41
1998-11-17* Added column formatting functionality.Gerald Combs1-28/+37
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-28 Add the "Maximize security" type of service for IP, from RFCGuy Harris1-15/+18
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1-21/+7
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-11/+10
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCGuy Harris1-10/+380
1998-10-10* Fixes for bugs introduced in last night's commit.Gerald Combs1-35/+37
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-11/+11
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-11/+11
1998-09-17* Added Mike Hall's TCP reconstruction code.Gerald Combs1-1/+10
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+319