aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21Add support for TXT and WKS records to the DNS dissector.Guy Harris1-16/+1
2000-03-16Put the EIGRP packet type into the INFO column in the packet list entryGuy Harris1-13/+13
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-10/+10
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-14/+14
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-6/+19
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-1/+4
2000-02-02In dissect_ipopt_timestamp() :Olivier Abad1-13/+6
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris1-11/+97
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-2/+6
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris1-1/+9
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1
1999-12-13Fix problem with number of format args for "option length too short".Gilbert Ramirez1-2/+2
1999-12-09Thou Shalt Not Cast Pointers Into A Packet To Pointers To AnythingGuy Harris1-5/+7
1999-12-08Added Philip Gladstone <philip@raptor.com>'s patch to check IP headerGilbert Ramirez1-2/+23
1999-11-21Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.Gilbert Ramirez1-1/+4
1999-11-17Typo fix, from Heikki Vatiainen.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-19/+55
1999-11-02Format the IP header length as an unsigned quantity.Guy Harris1-2/+2
1999-11-02Make a bunch of the bitfields in the IP header filterable items.Guy Harris1-33/+68
1999-10-30Don Lafontaine's IGRP/EIGRP dissector.Guy Harris1-16/+102
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-12/+17
1999-10-22Check to make sure the header length is at least the minimum length forGuy Harris1-2/+11
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-17/+9
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1-2/+5
1999-10-14add string IP protocol name into info field of fragmented packet.Jun-ichiro itojun Hagino1-3/+3
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-3/+5
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-2/+12
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-23/+48
1999-10-02Add ICMP display filters.Laurent Deniel1-9/+29
1999-10-02Fix IGMP dfilter (some fields were registered and soLaurent Deniel1-11/+17
1999-09-23Dirk Bonne's fix to ICMP timestamp dissection.Guy Harris1-5/+3
1999-09-14Daniel Ryde's patch to show the IP flags as 4 bits, rather than showingGuy Harris1-5/+5
1999-08-31We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1-1/+10
1999-08-28For unknown options without "syntax" errors, show the length in bytes.Guy Harris1-8/+13
1999-08-28Handle unknown options in "dissect_ip_tcp_options()" better; we assumeGuy Harris1-19/+35
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1-35/+46
1999-08-28Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlyGilbert Ramirez1-3/+3
1999-08-28Set protocol column to "IP" for fragmented IP packets. It was not being set atGilbert Ramirez1-1/+3
1999-08-26Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1-1/+4
1999-08-21Richard J�rgensen <ric@tbit.dk> pointed out that ICMP and IGMP checksumsGerald Combs1-3/+3
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-7/+16
1999-08-17Converted more of the IP fields to filterable fields.Gilbert Ramirez1-11/+32
1999-08-14Add ICMP to the set of packet types counted in the window shown while aGuy Harris1-1/+4
1999-08-10Fix the list of descriptions of codes in ICMP Unreachable messages.Guy Harris1-2/+6
1999-08-09Added John McDermott's patch for handling ICMP Unreachable|FragmentationGilbert Ramirez1-1/+30
1999-08-05Fix a "proto_tree_add_text()" call that should've been aGuy Harris1-2/+2
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1-3/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-20/+28
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1-4/+41
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-11/+31