| Commit message (Expand) | Author | Age | Files | Lines |
* | From Erwin Rol: | Guy Harris | 2003-08-17 | 1 | -2/+6 |
* | Don't tell the resolver code that a given MAC address corresponds to a | Guy Harris | 2003-02-10 | 1 | -13/+16 |
* | In the BSDs, ARCNET packets don't have an offset field between the | Guy Harris | 2003-01-23 | 1 | -2/+4 |
* | From Peter Fales: ARCNET support. | Guy Harris | 2002-10-18 | 1 | -1/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -10/+10 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -6/+2 |
* | For Reverse ARP replies, the *target* hardware and protocol addresses | Guy Harris | 2002-03-10 | 1 | -1/+3 |
* | Put ARP hardware addresses that are MAC addresses into the protocol tree | Guy Harris | 2002-02-10 | 1 | -49/+100 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -26/+26 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -12/+6 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -26/+26 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -9/+9 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | If the target hardware address in an ARP packet is a broadcast address, | Guy Harris | 2001-01-09 | 1 | -3/+9 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+4 |
* | If we get an exception when dissecting a packet, append "[Short Frame]" | Guy Harris | 2000-12-29 | 1 | -1/+12 |
* | Fix up the handling of type/length fields in ATMARP. | Guy Harris | 2000-11-30 | 1 | -30/+116 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -7/+7 |
* | Set the tvbuff length for ARP packets, so the Ethernet dissector knows | Guy Harris | 2000-11-19 | 1 | -2/+12 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -170/+179 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | - rename is_name_from_file to is_dummy_entry since now a real | Laurent Deniel | 2000-08-10 | 1 | -1/+21 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -7/+7 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -17/+17 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -43/+43 |
* | Make various dissectors static if they can be, and get rid of any header | Guy Harris | 2000-04-16 | 1 | -2/+2 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -1/+8 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -17/+13 |
* | style improvements in ARP dissector proto tree, added todo items | Nathan Neulinger | 1999-12-07 | 1 | -16/+19 |
* | Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" and | Guy Harris | 1999-11-27 | 1 | -20/+140 |
* | ARP requests with a hardware type of ARPHRD_ATM2225 are ATM ARP | Guy Harris | 1999-11-27 | 1 | -18/+352 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Define the hardware type, protocol type, and opcode values fields as | Guy Harris | 1999-11-04 | 1 | -61/+53 |
* | - replace proto_tree_add_item_format by proto_tree_add_item. | Laurent Deniel | 1999-10-16 | 1 | -18/+23 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -10/+27 |
* | - add ARP display filters | Laurent Deniel | 1999-10-03 | 1 | -29/+83 |
* | Add summary-vs-detail radio buttons to the print dialog box; detail | Guy Harris | 1999-09-12 | 1 | -4/+13 |
* | The protocol tree field created for a protocol itself is of type | Guy Harris | 1999-07-30 | 1 | -5/+5 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+17 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -15/+14 |
* | Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so it | Guy Harris | 1999-05-11 | 1 | -41/+3 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -25/+33 |
* | Added guy's time and DHCP patch. | Gilbert Ramirez | 1999-01-28 | 1 | -29/+37 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -14/+14 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |
* | Add a routine to convert Ethernet packet types to strings. | Guy Harris | 1998-11-03 | 1 | -75/+208 |