aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvb-data-mpe.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
Use explicit casts. svn path=/trunk/; revision=48341
2013-03-14Change "4 space tabs" indentation to use "4 spaces" indentation.Bill Meier1-107/+107
Also: - remove some unneeded initializers; - remove several unneeded 'col_clear()' calls; - guint8 --> guint to prevent a possible overflow; - reformat for style in some cases. svn path=/trunk/; revision=48297
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-03add modelines for dvb sectionsMartin Kaiser1-0/+13
svn path=/trunk/; revision=44756
2012-06-12Fix: code under 'if(tree)' (in)directly calls ↵Bill Meier1-3/+0
sub-dissector/col_...()/expert...() fcns svn path=/trunk/; revision=43226
2012-03-13From Weston Schmidt:Anders Broman1-2/+7
Update packet-mpeg-sect to support CRCs & simpler header processing for subdissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6941 svn path=/trunk/; revision=41523
2012-03-12Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);Bill Meier1-21/+16
Remove unneeded calls to col_clear(); Define dissect_dvb_data_mpe() to be static; Do some minor whitespace changes. svn path=/trunk/; revision=41510
2012-02-11From Guy Martin:Anders Broman1-0/+219
Dissector for DVB MultiProtocol Encapsulation (DVB-MPE) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6822 svn path=/trunk/; revision=40972