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