aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-30Don't bother telling the user twice that the traffic is LLC multiplexedGuy Harris1-5/+1
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris1-97/+1
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-187/+176
2002-03-31Put the LANE packet type in the Info column for ATM LANE traffic.Guy Harris1-16/+34
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-20/+20
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-11-26Moved from using dissect_data to using call_dissector()Ed Warnicke1-4/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-05-27Call the LANE dissector through a handle.Guy Harris1-13/+24
2001-05-27Call the SSCOP dissector through a handle. That lets us get rid of theGuy Harris1-4/+6
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-9/+2
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris1-9/+10
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+5
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-3/+8
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-9/+9
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-4/+4
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-4/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+6
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-3/+3
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-152/+158
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-33/+37
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez1-6/+7
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-3/+3
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez1-3/+7
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-2/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-47/+47
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-7/+4
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+5
1999-12-29Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1-6/+68
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-13/+1
1999-11-27Make the VPI and VCI filterable fields.Guy Harris1-3/+15
1999-11-27Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1-6/+119
1999-11-19Add support for SSCOP protocol; dissect signalling AAL packets using it.Guy Harris1-9/+16
1999-11-18(AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1-2/+2
1999-11-18Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez1-4/+9
1999-11-18Don't define the variables passed to "dissect_snmp_pdu()" if we don'tGuy Harris1-1/+11
1999-11-18ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,Guy Harris1-1/+13
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-7/+21
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-0/+546