aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvb-sdt.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-28Move MPEG section table id defines to packet-mpeg-sect.hJakub Zawadzki1-3/+0
svn path=/trunk/; revision=53632
2013-04-17Fix more typos that broke the license checker (these might have beenGuy Harris1-1/+1
created by taking packet-dvb-eit.c, doing a global search and replace of "ei" with the new name, and then doing further editing). svn path=/trunk/; revision=48891
2013-03-30use proto_mpeg_descriptor_loop_dissect() in the SDT descriptor loopMartin Kaiser1-5/+2
this takes private descriptors into account svn path=/trunk/; revision=48650
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-153/+154
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-03highlight only the actual bytes of EIT, SDT, TDT, TOT and BATMartin Kaiser1-5/+3
minor whitespace cleanup skip initialization and 'if (tree)' where it's not required svn path=/trunk/; revision=44761
2012-09-03add modelines for dvb sectionsMartin Kaiser1-0/+13
svn path=/trunk/; revision=44756
2012-07-25Minor cleanup:Bill Meier1-25/+25
col_clear() not required; unneeded initializers; whitespace. svn path=/trunk/; revision=43992
2012-03-25From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6993 :Jeff Morriss1-0/+285
This patch adds support for DVB Service Description Table as documented in ETSI EN 300 468. svn path=/trunk/; revision=41756