aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvb-ipdc.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
Also ensured some files have their correct names at the top so they are more easily grepped Change-Id: Ib0f5ddf14eb1616a93dee496107dc0eb09048825 Reviewed-on: https://code.wireshark.org/review/2452 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-03-16[-Wmissing-prototypes]Anders Broman1-1/+3
Use explicit casts. svn path=/trunk/; revision=48341
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+5
(found by checkhf) svn path=/trunk/; revision=47389
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-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-3/+3
Also: In some cases do some whitespace cleanup and some minor reformatting. svn path=/trunk/; revision=41724
2012-02-22Rename some enumeration constants; Do some minor code simplification & ↵Bill Meier1-15/+12
reformatting. svn path=/trunk/; revision=41138
2012-02-10Make proper use of esg_tree.Chris Maynard1-43/+37
svn path=/trunk/; revision=40948
2012-02-05There is a logic bug in this dissector that is exposedJörg Mayer1-5/+5
by a set but unused warning. Hack around this for now. Someone who knows the protocol should fix this. svn path=/trunk/; revision=40853
2012-02-05From Holger Hans Peter Freyther:Anders Broman1-0/+130
Begin new dissector for DVB/ETSI IP Data Cast (IPDC) Electronic Service Guide (ESG) dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4178 svn path=/trunk/; revision=40849