aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with number of format args for "option length too short".Gilbert Ramirez1999-12-131-2/+2
* Thou Shalt Not Cast Pointers Into A Packet To Pointers To AnythingGuy Harris1999-12-091-5/+7
* Added Philip Gladstone <philip@raptor.com>'s patch to check IP headerGilbert Ramirez1999-12-081-2/+23
* Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.Gilbert Ramirez1999-11-211-1/+4
* Typo fix, from Heikki Vatiainen.Guy Harris1999-11-171-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-19/+55
* Format the IP header length as an unsigned quantity.Guy Harris1999-11-021-2/+2
* Make a bunch of the bitfields in the IP header filterable items.Guy Harris1999-11-021-33/+68
* Don Lafontaine's IGRP/EIGRP dissector.Guy Harris1999-10-301-16/+102
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-12/+17
* Check to make sure the header length is at least the minimum length forGuy Harris1999-10-221-2/+11
* - replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1999-10-161-17/+9
* IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1999-10-151-2/+5
* add string IP protocol name into info field of fragmented packet.Jun-ichiro itojun Hagino1999-10-141-3/+3
* implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1999-10-141-3/+5
* Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1999-10-131-2/+12
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-23/+48
* Add ICMP display filters.Laurent Deniel1999-10-021-9/+29
* Fix IGMP dfilter (some fields were registered and soLaurent Deniel1999-10-021-11/+17
* Dirk Bonne's fix to ICMP timestamp dissection.Guy Harris1999-09-231-5/+3
* Daniel Ryde's patch to show the IP flags as 4 bits, rather than showingGuy Harris1999-09-141-5/+5
* We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1999-08-311-1/+10
* 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
* PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-281-35/+46
* 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
* Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1999-08-261-1/+4
* Richard J�rgensen <ric@tbit.dk> pointed out that ICMP and IGMP checksumsGerald Combs1999-08-211-3/+3
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-7/+16
* Converted more of the IP fields to filterable fields.Gilbert Ramirez1999-08-171-11/+32
* Add ICMP to the set of packet types counted in the window shown while aGuy Harris1999-08-141-1/+4
* Fix the list of descriptions of codes in ICMP Unreachable messages.Guy Harris1999-08-101-2/+6
* Added John McDermott's patch for handling ICMP Unreachable|FragmentationGilbert Ramirez1999-08-091-1/+30
* Fix a "proto_tree_add_text()" call that should've been aGuy Harris1999-08-051-2/+2
* Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1999-07-311-3/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-20/+28
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-171-4/+41
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-11/+31
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-081-46/+13
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-115/+176
* Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1999-06-211-3/+3
* Added RSVP protocol dissector.Gilbert Ramirez1999-06-111-1/+4
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-1/+8
* Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1999-05-201-2/+37
* Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1999-05-121-26/+27
* FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-051-1/+2
* Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1999-03-301-3/+2
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-2/+29
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-108/+256