aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-06Handle SNMP-over-TCP.guy1-2/+2
2003-03-07Add another sanity check - there shouldn't be more than 47 bytes ofguy1-15/+32
2003-03-04There might well be more than 40 bytes of padding in an AAL5 frame - itguy1-8/+12
2003-03-04Attempt to better handle bogus AAL5 lengths (by assuming that the packetguy1-12/+18
2003-01-11Put the correct/incorrect flag after the CRC value, as is done for otherguy1-3/+3
2003-01-11The OAM type and function type are packed into a single byte; set theguy1-6/+6
2003-01-10Put the traffic type right after the AAL.guy1-6/+14
2003-01-10Oops, a last-minute name change didn't get into packet-atm.c.guy1-2/+2
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-7/+6
2003-01-09Check the CRC-10 on AAL3/4 and OAM cells.guy1-5/+74
2003-01-09Check the HEC in ATM cells.guy1-2/+121
2003-01-09Add code to check the AAL5 CRC, and report it as a CRC rather than as aguy1-7/+134
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy1-11/+11
2003-01-08Make the AAL for a packet a filterable field.guy1-263/+309
2003-01-08Dissect non-AAL5 packets as single cells.guy1-10/+189
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-16/+82
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-7/+3
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyguy1-1/+56
2002-05-25Get rid of the routine to dissect LANE topology change frames, asguy1-9/+2
2002-05-24Add LANE 2.0 stuff.guy1-56/+288
2002-04-30Don't bother telling the user twice that the traffic is LLC multiplexedguy1-5/+1
2002-04-30Move the code to guess the traffic type based on the packet contentsguy1-97/+1
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tguy1-187/+176
2002-03-31Put the LANE packet type in the Info column for ATM LANE traffic.guy1-16/+34
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-20/+20
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+6
2001-11-26Moved from using dissect_data to using call_dissector()hagbard1-4/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-3/+3
2001-05-27Call the LANE dissector through a handle.guy1-13/+24
2001-05-27Call the SSCOP dissector through a handle. That lets us get rid of theguy1-4/+6
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.guy1-9/+2
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorguy1-9/+10
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-4/+5
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-9/+9
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-4/+4
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-4/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+6
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-3/+3
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffguy1-152/+158
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-33/+37
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.gram1-6/+7
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-3/+3
2000-05-15Convert token-ring dissector to use tvbuffs.gram1-3/+7