aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-13/+19
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris1-1/+2
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-5/+7
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-15/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-5/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-3/+3
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-10-31Support for Mobile IP's use of ICMP Router Advertisements, from DavidGuy Harris1-11/+269
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris1-2/+16
2001-09-27When dissecting an ICMP datagram that contains part of an IP datagram,Guy Harris1-5/+57
2001-07-20Get rid of some unused variables.Guy Harris1-2/+1
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris1-26/+4
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-3/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-37/+37
2001-06-08Don't display the data portion of an ER NPDU - we dissect it as a CLNPGuy Harris1-2/+2
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-323/+22
2001-06-05There is no string value assigned to the "ip.fragment.error",Guy Harris1-8/+8
2001-05-23Add tree summary information similar to what's in packet-tcp.c.Gerald Combs1-3/+17
2001-05-20Rewritten IGMP dissector, from Ronnie Sahlberg.Guy Harris1-131/+1
2001-04-18IP fragment reassembly, from Ronnie Sahlberg.Guy Harris1-34/+545
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-1/+2
2001-03-28Use "proto_tree_add_boolean_hidden()", notGuy Harris1-3/+3
2001-03-28If the IP header length is < 20, don't try to dissect the header (otherGuy Harris1-4/+17
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+2
2001-03-05IP_PROTO_IPV4 and IP_PROTO_IPIP are both 4; there's no need to registerGuy Harris1-2/+1
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.Guy Harris1-6/+6
2001-02-21Initialize hf_ip_checksum_bad to -1 like all other fields.Gilbert Ramirez1-2/+2
2001-02-21Change from James E. Flemer to add hidden Boolean fields that are set ifGuy Harris1-1/+14
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-15/+3
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-4/+6
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-2/+6
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-11/+11
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-2/+4
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-5/+6
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris1-7/+14
2000-12-14Fix a typo in a comment.Guy Harris1-2/+2
2000-12-14PPP patches from Burke Lau to:Guy Harris1-1/+2
2000-12-13Added support for Router-Alert IP option (RFC2113)Ashok Narayanan1-2/+25
2000-12-13Don't check the checksum of ICMP datagrams that are fragmentedGuy Harris1-5/+4
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-45/+17
2000-12-08When printing an address mask in hex, zero-pad it, don't blank-pad it.Guy Harris1-2/+2
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris1-9/+9
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-5/+5
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-228/+229
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-1/+3
2000-10-21Check ICMP checksum. XXX - won't work if the ICMP packet is inside aGuy Harris1-4/+26
2000-09-16Apply the patch for ECN in the IP header fromRichard Sharpe1-9/+19
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+7
2000-08-11Miscellaneous code cleaningLaurent Deniel1-9/+4