| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -15/+11 |
* | 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 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+8 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -4/+4 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -5/+5 |
* | Dissect the bitfields in the frame control field, and put the text | Guy Harris | 2001-07-03 | 1 | -4/+72 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -5/+5 |
* | Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to set | Guy Harris | 2001-01-21 | 1 | -4/+1 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -1/+7 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+5 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -2/+9 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -2/+23 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | Move the table of bit-swapped byte values to "epan/bitswap.c", and | Guy Harris | 2000-11-15 | 1 | -38/+3 |
* | 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 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -10/+10 |
* | In the FDDI and LLC dissectors, extract fields as we use them, so that | Guy Harris | 2000-05-28 | 1 | -27/+37 |
* | Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c", | Guy Harris | 2000-05-19 | 1 | -1/+2 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -2/+2 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -10/+6 |
* | I had moved the COL_INFO string to far forward, before fc was | Gilbert Ramirez | 2000-05-11 | 1 | -3/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -30/+33 |
* | Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matching | Gilbert Ramirez | 2000-03-20 | 1 | -1/+11 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -5/+6 |
* | 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 |