aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-12From Tobias Witek: etxrab1-0/+7
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-41/+30
2011-03-25remove unused variablesahlberg1-2/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-748/+748
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-22Minor cosmetic changes:sfisher1-2/+2
2010-02-07From Stephen Donnelly:etxrab1-15/+34
2010-02-05I think you meant "pinfo->pseudo_header->atm.flags & ATM_AAL2_NOPHDR"guy1-1/+1
2010-02-02From Stephen Donnelly:etxrab1-14/+22
2010-02-01From Tobias Witek:etxrab1-13/+14
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-6/+6
2009-08-09Don't guard col_clear with col_checkkrj1-6/+3
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkkrj1-8/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-12/+6
2009-06-29From Artem Tamazov:etxrab1-114/+120
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-4/+4
2009-04-04From Francesco Fondelli:etxrab1-21/+126
2009-02-25Clean up the comments in the L2TP dissector about RFCs.guy1-4/+20
2008-12-22err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,guy1-4/+100
2008-12-22Update URLs for Cell Relay Retreat CRC information.guy1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-08-20Fix up the construction of a subset tvbuff.guy1-3/+1
2008-08-06From Kip McAtee:etxrab1-2/+2
2008-07-15From Kip McAtee:jake1-4/+61
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valuejmayer1-1/+1
2006-11-29Froim Rene Pilz:etxrab1-1/+19
2006-09-11Added E-DCH (HSUPA) channels to FP.martinm1-6/+12
2006-09-05For DCT2000, show better transport info:martinm1-4/+10
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...martinm1-10/+38
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-13From Martin Mathieson:etxrab1-0/+10
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-03-23From Anton Ivanov: add support for Frame Relay over ATM.guy1-2/+8
2005-02-01If the VCI and payload type indicate that a cell is an OAM cell, dissectguy1-2/+30
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1640