aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for TXT and WKS records to the DNS dissector.Guy Harris2000-03-211-16/+1
* Put the EIGRP packet type into the INFO column in the packet list entryGuy Harris2000-03-161-13/+13
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-10/+10
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-14/+14
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-6/+19
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-091-1/+4
* In dissect_ipopt_timestamp() :Olivier Abad2000-02-021-13/+6
* Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris2000-01-241-11/+97
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-2/+6
* Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris2000-01-201-1/+9
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* 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