| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a bunch of duplicate semicolons. | Gerald Combs | 2003-09-21 | 1 | -2/+2 |
* | Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed | Guy Harris | 2003-01-31 | 1 | -21/+13 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -22/+22 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Joerg Mayer: get rid of some unused variables and arguments. | Guy Harris | 2002-04-14 | 1 | -3/+3 |
* | add idle to rx ack value strings | Nathan Neulinger | 2002-02-05 | 1 | -1/+2 |
* | add packet flag for slow-start/jumbogram | Nathan Neulinger | 2002-02-03 | 1 | -1/+2 |
* | add dissection of abort packets | Nathan Neulinger | 2002-02-01 | 1 | -1/+49 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -5/+5 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -13/+13 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+6 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -2/+2 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -9/+9 |
* | Use "proto_tree_add_item()" rather than passing a "tvb_get_" function's | Guy Harris | 2001-08-20 | 1 | -53/+40 |
* | Replace the protocol-specific data in the "packet_info" structure with a | Guy Harris | 2001-08-04 | 1 | -8/+10 |
* | Fixes from Ronnie Sahlberg. (Yo, any CMU or Transarc^H^H^H^H^H^H^H^HIBM | Guy Harris | 2001-07-03 | 1 | -2/+55 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -36/+36 |
* | Call the AFS dissector through a handle. | Guy Harris | 2001-05-27 | 1 | -4/+10 |
* | RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg. | Guy Harris | 2001-05-27 | 1 | -73/+505 |
* | misc afs/rx updates - more dissection, etc. | Nathan Neulinger | 2001-03-26 | 1 | -6/+12 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+4 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -2/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | 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 | -18/+18 |
* | Register all the AFS ports in "proto_reg_handoff_rx()", rather than | Guy Harris | 2000-04-14 | 1 | -2/+18 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | Don't assume that the RX header is neatly aligned on a 4-byte boundary | Guy Harris | 2000-01-14 | 1 | -10/+10 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | proto tree style fixes | Nathan Neulinger | 1999-12-08 | 1 | -3/+4 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+11 |
* | Converted C++ style comments to C style | Nathan Neulinger | 1999-10-28 | 1 | -3/+1 |
* | Print the sequence number and call number as unsigned quantities, and | Guy Harris | 1999-10-22 | 1 | -5/+5 |
* | Added Nathan's patch for AFS and RX dissection. | Gilbert Ramirez | 1999-10-20 | 1 | -0/+231 |