aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
Commit message (Expand)AuthorAgeFilesLines
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+5
* Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1999-12-291-6/+68
* As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1999-12-051-13/+1
* Make the VPI and VCI filterable fields.Guy Harris1999-11-271-3/+15
* Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1999-11-271-6/+119
* Add support for SSCOP protocol; dissect signalling AAL packets using it.Guy Harris1999-11-191-9/+16
* (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1999-11-181-2/+2
* Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez1999-11-181-4/+9
* Don't define the variables passed to "dissect_snmp_pdu()" if we don'tGuy Harris1999-11-181-1/+11
* ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,Guy Harris1999-11-181-1/+13
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-7/+21
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-0/+546