| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable ether name resolution for packet summary lines of IPX packets | Gilbert Ramirez | 1999-11-20 | 1 | -3/+17 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -1/+28 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -9/+13 |
* | Add LAPD support. | Gilbert Ramirez | 1999-11-11 | 1 | -1/+4 |
* | Have the PROTOCOL field for ONC RPC just give the RPC program | Guy Harris | 1999-10-29 | 1 | -18/+44 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -1/+16 |
* | Phil Techau's patch to add "col_append_str()". | Guy Harris | 1999-10-15 | 1 | -4/+28 |
* | Include <arpa/inet.h>, so we get a declaration of "inet_ntop()" on | Guy Harris | 1999-10-14 | 1 | -1/+3 |
* | Make it build on systems lacking "inet_pton()", "inet_ntop()", and a | Guy Harris | 1999-10-14 | 1 | -1/+5 |
* | use inet_pton() and inet_ntop(), which are RFC2553 standard function | Jun-ichiro itojun Hagino | 1999-10-14 | 1 | -1/+13 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -7/+13 |
* | Add an item to the "File/Print" dialog box to ask that the full hex data | Guy Harris | 1999-09-29 | 1 | -1/+2 |
* | Handle the missing FT_BYTES field type. | Laurent Deniel | 1999-09-18 | 1 | -2/+2 |
* | Add a "Expand all levels"/"Print as displayed" pair of radio buttons to | Guy Harris | 1999-09-12 | 1 | -1/+3 |
* | Add summary-vs-detail radio buttons to the print dialog box; detail | Guy Harris | 1999-09-12 | 1 | -1/+37 |
* | Added support for Lucent/Ascend packet traces. The MAX and Pipeline router | Gerald Combs | 1999-09-11 | 1 | -1/+4 |
* | Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaning | Guy Harris | 1999-08-24 | 1 | -2/+5 |
* | DLT_NULL, from "libpcap", means different things on different platforms | Guy Harris | 1999-08-22 | 1 | -2/+2 |
* | Add support for reading Full Frontal ATM from an ATM Sniffer capture | Guy Harris | 1999-08-20 | 1 | -3/+6 |
* | Declare the "packet_info" structure "pi" in "packet.h", rather than in a | Guy Harris | 1999-08-18 | 1 | -1/+7 |
* | Have the "delta" format for time stamps show the time delta between a | Guy Harris | 1999-08-14 | 1 | -66/+42 |
* | Add a "dissect_xdlc_control()" routine, to dissect the control field of | Guy Harris | 1999-08-04 | 1 | -2/+8 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -1/+4 |
* | Patches from Thierry Andry to support Classical IP captures from systems | Guy Harris | 1999-07-28 | 1 | -1/+4 |
* | Added "Packet Length in bytes" as an optional column. | Gilbert Ramirez | 1999-07-22 | 1 | -1/+3 |
* | Modified the proto_register_field_array usage again. Thanks to Guy's | Gilbert Ramirez | 1999-07-15 | 1 | -25/+14 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+8 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -65/+100 |
* | Update the display if the "command-line-specified" time format is | Guy Harris | 1999-06-22 | 1 | -38/+56 |
* | Added "Capture" and "Display" menus; "Capture" has a "Start" item, which | Guy Harris | 1999-06-19 | 1 | -3/+25 |
* | Make the string argument to "col_add_str()" a "const gchar *" - it | Guy Harris | 1999-06-12 | 1 | -2/+2 |
* | Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so it | Guy Harris | 1999-05-11 | 1 | -1/+40 |
* | Move the bitfield-decoding routines to "packet.h", along with other | Guy Harris | 1999-03-31 | 1 | -1/+81 |
* | Changes to the routines to help decode text-oriented protocols (FTP, | Guy Harris | 1999-03-30 | 1 | -38/+89 |
* | Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the new | Gilbert Ramirez | 1999-03-28 | 1 | -1/+2 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -130/+11 |
* | Add a first cut at HTTP decoding. | Guy Harris | 1999-02-12 | 1 | -1/+133 |
* | Added guy's time and DHCP patch. | Gilbert Ramirez | 1999-01-28 | 1 | -1/+51 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 1 | -12/+2 |
* | Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to by | Guy Harris | 1999-01-05 | 1 | -3/+3 |
* | Added the iptrace (AIX's packet-capture tool) file format to wiretap. | Gilbert Ramirez | 1999-01-02 | 1 | -2/+12 |
* | * Added Joerg Mayer's Vines patch | Gerald Combs | 1998-12-29 | 1 | -16/+23 |
* | Modify add_item_to_tree to return immediately on a null tree ptr. | Gerald Combs | 1998-12-21 | 1 | -1/+4 |
* | When dissecting DNS or NBNS queries or replies, add the item to the tree | Guy Harris | 1998-12-04 | 1 | -1/+7 |
* | * Added patches from Laurent and Guy | Gerald Combs | 1998-11-18 | 1 | -1/+2 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -8/+49 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -1/+24 |
* | Add the "Maximize security" type of service for IP, from RFC | Guy Harris | 1998-10-28 | 1 | -3/+3 |
* | Add a "val_to_str()" routine that calls "match_strval()" and, if | Guy Harris | 1998-10-20 | 1 | -3/+25 |
* | * Copied in the correct GNU license (I'm such a goober) | Gerald Combs | 1998-10-16 | 1 | -4/+5 |