aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-22/+15
2000-08-05Make the ICMP top-of-protocol-tree item cover the entire rest of theGuy Harris1-2/+2
2000-08-05Make "ip_checksum()" take just pointer and length arguments, and makeGuy Harris1-31/+37
2000-08-04Clean up the checksumming stuff a bit:Guy Harris1-27/+29
2000-08-04If IP checksum is incorrect, show what correct value should be.Gilbert Ramirez1-9/+37
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-1/+10
2000-06-20tvbuffify the IGMP dissector. There's still plenty more to do insideGilbert Ramirez1-32/+33
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