aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-13tos_str is no longer used. it was superseded by iptos_vals.Jun-ichiro itojun Hagino1-27/+1
2000-06-05Change dissect_ah() so that dissect_ip() doesn't have to make aGilbert Ramirez1-11/+1
2000-06-02Show ICMP sequence number as two bytes, not as integer.Gilbert Ramirez1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-27/+27
2000-05-28Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris1-95/+1
2000-05-26Support for SCTP in the capture dialog, from Michael Tuexen.Guy Harris1-1/+4
2000-05-24Patch from Scott Howard to show the IP fragment offset as a byte offsetGuy Harris1-3/+3
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris1-3/+3
2000-05-11Add tvbuff class.Gilbert Ramirez1-85/+85
2000-05-10Fix a typo in the packet counter.Gerald Combs1-2/+2
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-33/+15
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-1/+3
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-55/+30
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
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