| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -10/+9 |
* | Fix bit-swapped src address field name assignment. | Laurent Deniel | 1999-10-16 | 1 | -2/+2 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -4/+7 |
* | Have "fddifc_to_str()" return "Unknown frame type" for a frame type it | Guy Harris | 1999-09-10 | 1 | -4/+3 |
* | Changed default return value of fddifc_to_str from NULL to "". The value | Gilbert Ramirez | 1999-09-10 | 1 | -2/+2 |
* | More completely decode the frame control field of an FDDI frame. | Guy Harris | 1999-08-24 | 1 | -6/+93 |
* | Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaning | Guy Harris | 1999-08-24 | 1 | -22/+10 |
* | Alwasy compile in swaptab[] so that we can swap addresses, even if we | Gilbert Ramirez | 1999-08-23 | 1 | -3/+1 |
* | Changed the display filter scanner from GLIB's GScanner to lex. The code | Gilbert Ramirez | 1999-08-01 | 1 | -13/+1 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -7/+7 |
* | Modified the proto_register_field_array usage again. Thanks to Guy's | Gilbert Ramirez | 1999-07-15 | 1 | -9/+17 |
* | Documented the proto_register_field_array() function, and converted | Gilbert Ramirez | 1999-07-08 | 1 | -39/+13 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -14/+82 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -15/+11 |
* | Add the right byte count to fddi's initial add_item_to_tree so that the entire | Gilbert Ramirez | 1999-03-02 | 1 | -3/+3 |
* | When doing a capture, decode enough of the incoming packets to correctly | Guy Harris | 1999-02-09 | 1 | -2/+44 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -6/+13 |
* | We have to include <sys/types.h>, if we have it, to declare "u_char", as | Guy Harris | 1998-11-12 | 1 | -1/+5 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |
* | On most systems, bit-swap the bytes of an FDDI MAC address. (List of | Guy Harris | 1998-10-13 | 1 | -8/+67 |
* | Remove the length-on-wire and length-captured values from the FDDI | Guy Harris | 1998-10-13 | 1 | -4/+3 |
* | Fix to use #define values as subscripts of "win_info[]". | Guy Harris | 1998-10-13 | 1 | -5/+5 |
* | * Fixes for bugs introduced in last night's commit. | Gerald Combs | 1998-10-10 | 1 | -8/+18 |
* | * OSPF alignment fixes (Gerald) | Gerald Combs | 1998-10-10 | 1 | -0/+136 |