aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
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
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