aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-6/+19
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapgram1-1/+4
2000-02-02In dissect_ipopt_timestamp() :oabad1-13/+6
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretguy1-11/+97
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-2/+6
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersguy1-1/+9
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notguy1-2/+1
1999-12-13Fix problem with number of format args for "option length too short".gram1-2/+2
1999-12-09Thou Shalt Not Cast Pointers Into A Packet To Pointers To Anythingguy1-5/+7
1999-12-08Added Philip Gladstone <philip@raptor.com>'s patch to check IP headergram1-2/+23
1999-11-21Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.gram1-1/+4
1999-11-17Typo fix, from Heikki Vatiainen.guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-19/+55
1999-11-02Format the IP header length as an unsigned quantity.guy1-2/+2
1999-11-02Make a bunch of the bitfields in the IP header filterable items.guy1-33/+68
1999-10-30Don Lafontaine's IGRP/EIGRP dissector.guy1-16/+102
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-12/+17
1999-10-22Check to make sure the header length is at least the minimum length forguy1-2/+11
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.deniel1-17/+9
1999-10-15IPComp (RFC2393) decoding.itojun1-2/+5
1999-10-14add string IP protocol name into info field of fragmented packet.itojun1-3/+3
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()itojun1-3/+5
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asguy1-2/+12
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-23/+48
1999-10-02Add ICMP display filters.deniel1-9/+29
1999-10-02Fix IGMP dfilter (some fields were registered and sodeniel1-11/+17
1999-09-23Dirk Bonne's fix to ICMP timestamp dissection.guy1-5/+3
1999-09-14Daniel Ryde's patch to show the IP flags as 4 bits, rather than showingguy1-5/+5
1999-08-31We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toguy1-1/+10
1999-08-28For unknown options without "syntax" errors, show the length in bytes.guy1-8/+13
1999-08-28Handle unknown options in "dissect_ip_tcp_options()" better; we assumeguy1-19/+35
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetguy1-35/+46
1999-08-28Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlygram1-3/+3
1999-08-28Set protocol column to "IP" for fragmented IP packets. It was not being set atgram1-1/+3
1999-08-26Dissect unknown IP protocols with dissect_data().gram1-1/+4
1999-08-21Richard J�rgensen <ric@tbit.dk> pointed out that ICMP and IGMP checksumsgerald1-3/+3
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-7/+16
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