aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-06Handle SNMP-over-TCP.Guy Harris1-2/+2
2003-03-07Add another sanity check - there shouldn't be more than 47 bytes ofGuy Harris1-15/+32
2003-03-04There might well be more than 40 bytes of padding in an AAL5 frame - itGuy Harris1-8/+12
2003-03-04Attempt to better handle bogus AAL5 lengths (by assuming that the packetGuy Harris1-12/+18
2003-01-11Put the correct/incorrect flag after the CRC value, as is done for otherGuy Harris1-3/+3
2003-01-11The OAM type and function type are packed into a single byte; set theGuy Harris1-6/+6
2003-01-10Put the traffic type right after the AAL.Guy Harris1-6/+14
2003-01-10Oops, a last-minute name change didn't get into packet-atm.c.Guy Harris1-2/+2
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-7/+6
2003-01-09Check the CRC-10 on AAL3/4 and OAM cells.Guy Harris1-5/+74
2003-01-09Check the HEC in ATM cells.Guy Harris1-2/+121
2003-01-09Add code to check the AAL5 CRC, and report it as a CRC rather than as aGuy Harris1-7/+134
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris1-11/+11
2003-01-08Make the AAL for a packet a filterable field.Guy Harris1-263/+309
2003-01-08Dissect non-AAL5 packets as single cells.Guy Harris1-10/+189
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-16/+82
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-7/+3
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-1/+56
2002-05-25Get rid of the routine to dissect LANE topology change frames, asGuy Harris1-9/+2
2002-05-24Add LANE 2.0 stuff.Guy Harris1-56/+288
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