aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-02From Stephen Donnelly:Anders Broman1-14/+22
2010-02-01From Tobias Witek:Anders Broman1-13/+14
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-6/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+3
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+6
2009-06-29From Artem Tamazov:Anders Broman1-114/+120
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-04-04From Francesco Fondelli:Anders Broman1-21/+126
2009-02-25Clean up the comments in the L2TP dissector about RFCs.Guy Harris1-4/+20
2008-12-22err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,Guy Harris1-4/+100