aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-14Clean up the ATM dissection a bit.Guy Harris1-136/+160
2015-05-26ATM: Add reserved fieldAlexis La Goutte1-11/+17
2015-05-26ATM: fix indent (use spaces)Alexis La Goutte1-1/+1
2015-05-03Fix inconsistent indentation.Guy Harris1-49/+49
2015-05-03Don't dissect otherwise-undissected data twice.Guy Harris1-10/+6
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-6/+6
2015-04-07ATM: add a cast to pacify the OSX 10.5 x86 buildbotPascal Quantin1-1/+1
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-72/+39
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-126/+2
2014-08-08Clean up the CRC-10 code.Guy Harris1-63/+3
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-5/+12
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-8/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris1-1/+1
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris1-58/+92
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-26Don't use private_data for pwatm_private_data_t and instead pass it into the ...Michael Mann1-32/+36
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-7/+5
2013-06-19Fix display of "(correct)"/"(incorrect)" indication for the CRC.Guy Harris1-3/+3
2013-03-14[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-13- [-Wmissing-prototypes]Anders Broman1-0/+3
2013-03-02Move the setting of pt to where it was before the changes, so it'sGuy Harris1-3/+3
2013-02-28Re-add statement accidentally removed in r47950 that was resulting in aEvan Huus1-0/+1
2013-02-28Use proto_tree_add_item (or similar) instead of proto_item_add_text.Michael Mann1-162/+304
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-18Minor cleanup:Bill Meier1-73/+70
2012-09-27replaced decode_numeric_bitfield calls with filterable item or removed it if ...Michael Mann1-10/+15
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-25/+42
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24From Yair:Anders Broman1-7/+7
2012-01-28From Tobias Witek:Anders Broman1-0/+5
2011-11-29Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-12From Tobias Witek: Anders Broman1-0/+7
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-41/+30
2011-03-25remove unused variableRonnie Sahlberg1-2/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-748/+748
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-22Minor cosmetic changes:Stephen Fisher1-2/+2
2010-02-07From Stephen Donnelly:Anders Broman1-15/+34
2010-02-05I think you meant "pinfo->pseudo_header->atm.flags & ATM_AAL2_NOPHDR"Guy Harris1-1/+1