aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-17Converted more of the IP fields to filterable fields.gram1-11/+32
1999-08-14Add ICMP to the set of packet types counted in the window shown while aguy1-1/+4
1999-08-10Fix the list of descriptions of codes in ICMP Unreachable messages.guy1-2/+6
1999-08-09Added John McDermott's patch for handling ICMP Unreachable|Fragmentationgram1-1/+30
1999-08-05Fix a "proto_tree_add_text()" call that should've been aguy1-2/+2
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectdeniel1-3/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-20/+28
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.gram1-4/+41
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-11/+31
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with thegram1-46/+13
1999-07-07Created a new protocol tree implementation and a new display filtergram1-115/+176
1999-06-21Added "0x" to a couple of proto_tree_add_item printf-style labels thatgram1-3/+3
1999-06-11Added RSVP protocol dissector.gram1-1/+4
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.gram1-1/+8
1999-05-20Dissect ICMP Router Discovery packets (router advertisements and routerguy1-2/+37
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).deniel1-26/+27
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.guy1-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 newgram1-2/+29
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-108/+256
1999-03-09Decode more stuff in an ICMP packet.guy1-1/+67
1999-03-09Make the arrays of pointers to strings for ICMP decoding static, asguy1-24/+38
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-1/+18
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typegram1-7/+7
1998-12-29* Added Joerg Mayer's Vines patchgerald1-4/+41
1998-11-17* Added column formatting functionality.gerald1-28/+37
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-28 Add the "Maximize security" type of service for IP, from RFCguy1-15/+18
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifguy1-21/+7
1998-10-16* Copied in the correct GNU license (I'm such a goober)gerald1-11/+10
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCguy1-10/+380
1998-10-10* Fixes for bugs introduced in last night's commit.gerald1-35/+37
1998-10-10* OSPF alignment fixes (Gerald)gerald1-11/+11
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-11/+11
1998-09-17* Added Mike Hall's TCP reconstruction code.gerald1-1/+10
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+319