aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
Commit message (Expand)AuthorAgeFilesLines
* Put the correct/incorrect flag after the CRC value, as is done for otherGuy Harris2003-01-111-3/+3
* The OAM type and function type are packed into a single byte; set theGuy Harris2003-01-111-6/+6
* Put the traffic type right after the AAL.Guy Harris2003-01-101-6/+14
* Oops, a last-minute name change didn't get into packet-atm.c.Guy Harris2003-01-101-2/+2
* The Sniffer file formats include a file to identify raw cells; exportGuy Harris2003-01-101-7/+6
* Check the CRC-10 on AAL3/4 and OAM cells.Guy Harris2003-01-091-5/+74
* Check the HEC in ATM cells.Guy Harris2003-01-091-2/+121
* Add code to check the AAL5 CRC, and report it as a CRC rather than as aGuy Harris2003-01-091-7/+134
* It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris2003-01-091-11/+11
* Make the AAL for a packet a filterable field.Guy Harris2003-01-081-263/+309
* Dissect non-AAL5 packets as single cells.Guy Harris2003-01-081-10/+189
* Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris2003-01-031-16/+82
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-7/+3
* Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris2002-06-071-1/+56
* Get rid of the routine to dissect LANE topology change frames, asGuy Harris2002-05-251-9/+2
* Add LANE 2.0 stuff.Guy Harris2002-05-241-56/+288
* Don't bother telling the user twice that the traffic is LLC multiplexedGuy Harris2002-04-301-5/+1
* Move the code to guess the traffic type based on the packet contentsGuy Harris2002-04-301-97/+1
* Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris2002-04-301-187/+176
* Put the LANE packet type in the Info column for ATM LANE traffic.Guy Harris2002-03-311-16/+34
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-20/+20
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+6
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-261-4/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-3/+3
* Call the LANE dissector through a handle.Guy Harris2001-05-271-13/+24
* Call the SSCOP dissector through a handle. That lets us get rid of theGuy Harris2001-05-271-4/+6
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-9/+2
* Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris2001-01-211-9/+10
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-4/+5
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-3/+8
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-9/+9
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-4/+4
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-4/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-3/+3
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-152/+158
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+4
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-33/+37
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-6/+7
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-3/+3
* Convert token-ring dissector to use tvbuffs.Gilbert Ramirez2000-05-151-3/+7
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-2/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-47/+47
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-7/+4
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+5