aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
Commit message (Expand)AuthorAgeFilesLines
* Dirk Bonne's fix to ICMP timestamp dissection.Guy Harris1999-09-231-5/+3
* Daniel Ryde's patch to show the IP flags as 4 bits, rather than showingGuy Harris1999-09-141-5/+5
* We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1999-08-311-1/+10
* For unknown options without "syntax" errors, show the length in bytes.Guy Harris1999-08-281-8/+13
* Handle unknown options in "dissect_ip_tcp_options()" better; we assumeGuy Harris1999-08-281-19/+35
* PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-281-35/+46
* Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlyGilbert Ramirez1999-08-281-3/+3
* Set protocol column to "IP" for fragmented IP packets. It was not being set atGilbert Ramirez1999-08-281-1/+3
* Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1999-08-261-1/+4
* Richard J�rgensen <ric@tbit.dk> pointed out that ICMP and IGMP checksumsGerald Combs1999-08-211-3/+3
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-7/+16
* Converted more of the IP fields to filterable fields.Gilbert Ramirez1999-08-171-11/+32
* Add ICMP to the set of packet types counted in the window shown while aGuy Harris1999-08-141-1/+4
* Fix the list of descriptions of codes in ICMP Unreachable messages.Guy Harris1999-08-101-2/+6
* Added John McDermott's patch for handling ICMP Unreachable|FragmentationGilbert Ramirez1999-08-091-1/+30
* Fix a "proto_tree_add_text()" call that should've been aGuy Harris1999-08-051-2/+2
* Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1999-07-311-3/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-20/+28
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-171-4/+41
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-11/+31
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-081-46/+13
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-115/+176
* Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1999-06-211-3/+3
* Added RSVP protocol dissector.Gilbert Ramirez1999-06-111-1/+4
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-1/+8
* Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1999-05-201-2/+37
* Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1999-05-121-26/+27
* FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-051-1/+2
* Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1999-03-301-3/+2
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-2/+29
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-108/+256
* Decode more stuff in an ICMP packet.Guy Harris1999-03-091-1/+67
* Make the arrays of pointers to strings for ICMP decoding static, asGuy Harris1999-03-091-24/+38
* When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1999-02-091-1/+18
* I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1999-02-081-7/+7
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-4/+41
* * Added column formatting functionality.Gerald Combs1998-11-171-28/+37
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Add the "Maximize security" type of service for IP, from RFCGuy Harris1998-10-281-15/+18
* Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1998-10-201-21/+7
* * Copied in the correct GNU license (I'm such a goober)Gerald Combs1998-10-161-11/+10
* Add a routine to dissect IP or TCP options (and, from a look at RFCGuy Harris1998-10-131-10/+380
* * Fixes for bugs introduced in last night's commit.Gerald Combs1998-10-101-35/+37
* * OSPF alignment fixes (Gerald)Gerald Combs1998-10-101-11/+11
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-11/+11
* * Added Mike Hall's TCP reconstruction code.Gerald Combs1998-09-171-1/+10
* Added ID tags to the beginning of each source file.Gerald Combs1998-09-161-0/+2
* Initial revisionstartethereal-0.3.15ethereal-0-3-15backups/ethereal@18706etherealGerald Combs1998-09-161-0/+319