| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -305/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add arguments to "dissect_xdlc_control()" to specify value_string | Guy Harris | 2004-01-18 | 1 | -2/+2 |
* | Have "dissect_xdlc_control()" take a pointer to a structure containing | Guy Harris | 2004-01-03 | 1 | -2/+77 |
* | Use "dissect_xdlc_control()" to dissect the control field of Frame Relay | Guy Harris | 2003-09-02 | 1 | -2/+2 |
* | To determine the direction of the traffic, use "pinfo->p2p_dir", rather | Guy Harris | 2002-10-31 | 1 | -10/+5 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -18/+17 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: get rid of some unused arguments, and make some | Guy Harris | 2002-04-11 | 1 | -4/+4 |
* | Move the definition of the FROM_DCE bit in the "flags" field of a | Guy Harris | 2002-04-09 | 1 | -3/+1 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -17/+17 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -6/+7 |
* | Switched from calling dissect_data to using call_dissector | Ed Warnicke | 2001-11-25 | 1 | -2/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | 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 | -3/+8 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -7/+7 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 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 | -2/+2 |
* | Don't use "fd->pkt_len" when checking to see if you've run off the end | Guy Harris | 2000-08-06 | 1 | -2/+2 |
* | Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, | Gilbert Ramirez | 2000-05-31 | 1 | -64/+75 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -5/+7 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -18/+18 |
* | Change the type of the "v120.control" protocol field from FT_STRING to | Guy Harris | 2000-03-17 | 1 | -14/+21 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -6/+6 |
* | Updates from Bert Driehuis. | Guy Harris | 1999-12-14 | 1 | -12/+70 |
* | Set "v120len" regardless of whether "tree" is null or not; we use it | Guy Harris | 1999-12-12 | 1 | -5/+5 |
* | Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module | Gilbert Ramirez | 1999-12-12 | 1 | -0/+153 |