aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scop.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-51/+53
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-04-04Fix Coverity CID 280402: Logically dead code.Chris Maynard1-9/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-09-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5173 :Jeff Morriss1-6/+11
2010-08-30Various:Bill Meier1-48/+42
2010-08-27From Owen Kirby via bug 5149:Stig Bjørlykke1-0/+431