aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-17/+9
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1-2/+5
1999-10-14add string IP protocol name into info field of fragmented packet.Jun-ichiro itojun Hagino1-3/+3
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-3/+5
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-2/+12
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-23/+48
1999-10-02Add ICMP display filters.Laurent Deniel1-9/+29
1999-10-02Fix IGMP dfilter (some fields were registered and soLaurent Deniel1-11/+17
1999-09-23Dirk Bonne's fix to ICMP timestamp dissection.Guy Harris1-5/+3
1999-09-14Daniel Ryde's patch to show the IP flags as 4 bits, rather than showingGuy Harris1-5/+5
1999-08-31We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1-1/+10
1999-08-28For unknown options without "syntax" errors, show the length in bytes.Guy Harris1-8/+13
1999-08-28Handle unknown options in "dissect_ip_tcp_options()" better; we assumeGuy Harris1-19/+35
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1-35/+46
1999-08-28Changed ip.flags from FT_UINT16 to FT_UINT8, and made it highlight onlyGilbert Ramirez1-3/+3
1999-08-28Set protocol column to "IP" for fragmented IP packets. It was not being set atGilbert Ramirez1-1/+3
1999-08-26Dissect unknown IP protocols with dissect_data().Gilbert Ramirez1-1/+4
1999-08-21Richard J�rgensen <ric@tbit.dk> pointed out that ICMP and IGMP checksumsGerald Combs1-3/+3
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-7/+16
1999-08-17Converted more of the IP fields to filterable fields.Gilbert Ramirez1-11/+32
1999-08-14Add ICMP to the set of packet types counted in the window shown while aGuy Harris1-1/+4
1999-08-10Fix the list of descriptions of codes in ICMP Unreachable messages.Guy Harris1-2/+6
1999-08-09Added John McDermott's patch for handling ICMP Unreachable|FragmentationGilbert Ramirez1-1/+30
1999-08-05Fix a "proto_tree_add_text()" call that should've been aGuy Harris1-2/+2
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1-3/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-20/+28
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1-4/+41
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-11/+31
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1-46/+13
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-115/+176
1999-06-21Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1-3/+3
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez1-1/+4
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+8
1999-05-20Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1-2/+37
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1-26/+27
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-1/+2
1999-03-30Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1-3/+2
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-2/+29
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-108/+256
1999-03-09Decode more stuff in an ICMP packet.Guy Harris1-1/+67
1999-03-09Make the arrays of pointers to strings for ICMP decoding static, asGuy Harris1-24/+38
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-1/+18
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1-7/+7
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-4/+41
1998-11-17* Added column formatting functionality.Gerald Combs1-28/+37
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-28 Add the "Maximize security" type of service for IP, from RFCGuy Harris1-15/+18
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1-21/+7
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-11/+10
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCGuy Harris1-10/+380