aboutsummaryrefslogtreecommitdiffstats
path: root/packet-v120.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringguy1-2/+2
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingguy1-2/+77
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame Relayguy1-2/+2
2002-10-31To determine the direction of the traffic, use "pinfo->p2p_dir", ratherguy1-10/+5
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-18/+17
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-04-11From Joerg Mayer: get rid of some unused arguments, and make someguy1-4/+4
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy1-3/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-17/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-6/+7
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-3/+8
2000-11-19For each column, have both a buffer into which strings for that columnguy1-7/+7
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endguy1-2/+2
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,gram1-64/+75
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-5/+7
2000-05-11Add tvbuff class.gram1-18/+18
2000-03-17Change the type of the "v120.control" protocol field from FT_STRING toguy1-14/+21
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-6/+6
1999-12-14Updates from Bert Driehuis.guy1-12/+70
1999-12-12Set "v120len" regardless of whether "tree" is null or not; we use itguy1-5/+5
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap modulegram1-0/+153