aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btamp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-31/+31
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-04-18Removed some unneeded assignments.stig1-2/+2
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noguy1-1/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-17Fixed typo in "Reason" abbrev.stig1-1/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-1/+0
2009-06-24Remove two unused includeswmeier1-3/+0
2009-06-23From Kovarththanan Rajaratnam:jake1-0/+645