aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-14Change "4 space tabs" indentation to use "4 spaces" indentation.Bill Meier1-3118/+3120
2013-03-12dissect Application Signalling DescriptorMartin Kaiser1-0/+32
2013-03-07correctly mark the payload for unknown extension tagsMartin Kaiser1-1/+3
2013-03-07dissect Supplementary Audio Descriptor as defined in EN300468Martin Kaiser1-3/+71
2013-03-07use defines for extension tagsMartin Kaiser1-12/+25
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10add private data specifier for NorDigMartin Kaiser1-1/+3
2012-09-10function to dissect a sequence of mpeg/dvb descriptorsMartin Kaiser1-1/+211
2012-09-03fix a typo in dvb service descriptorMartin Kaiser1-1/+1
2012-09-03add editor modelines (that match the current indentation style)Martin Kaiser1-0/+13
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-14/+14
2012-07-25Create/use extended value strings as appropriate;Bill Meier1-91/+110
2012-05-29Avoid using C99 '%hh' length modifierPascal Quantin1-1/+1
2012-03-30From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7007 :Jeff Morriss1-4/+82
2012-03-26Line wrap a few very long lines.Jeff Morriss1-47/+95
2012-03-26From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6999 :Jeff Morriss1-4/+116
2012-03-25From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6992 :Jeff Morriss1-3/+9
2012-03-25Fix some hf encodings (courtesy of fix-encoding-args.pl).Jeff Morriss1-28/+28
2012-03-25From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6992 :Jeff Morriss1-7/+1034
2012-03-21From Guy Martin:Anders Broman1-3/+5
2012-03-16From Martin Kaiser: remove a set-but-unused variableJeff Morriss1-3/+0
2012-03-16Make most of the functions in here staticJeff Morriss1-29/+30
2012-03-16Terminate a value_string. Remove a couple of trailing commas.Jeff Morriss1-18/+19
2012-03-16From Guy Martin:Anders Broman1-0/+2556