aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-sect.c
Commit message (Expand)AuthorAgeFilesLines
* Batch of filterable expert infosMichael Mann2013-05-271-3/+12
* Change "4 space tabs" indentation to use "4 spaces" indentation.Bill Meier2013-03-141-228/+228
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* add editor modelines (that match the current indentation style)Martin Kaiser2012-09-031-0/+13
* Minor cleanup, including:Bill Meier2012-07-261-30/+29
* Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier2012-06-121-11/+7
* From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301:Pascal Quantin2012-05-291-1/+10
* General cleanup including:Bill Meier2012-05-031-59/+56
* From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6989 :Jeff Morriss2012-03-231-0/+27
* From Weston Schmidt:Anders Broman2012-03-221-1/+5
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-161-2/+2
* Make several functions static; remove trailing commas and white space.Jeff Morriss2012-03-161-14/+11
* From Weston Schmidt:Anders Broman2012-03-161-7/+50
* From Weston Schmidt:Anders Broman2012-03-131-3/+19
* From Weston Schmidt:Anders Broman2012-03-131-77/+81
* Don't bail out of a non-heuristic dissector routine just because there'sGuy Harris2012-02-111-3/+0
* Get rid of checkapi warning about %hh.Guy Harris2012-02-111-2/+2
* From Guy Martin:Anders Broman2012-02-111-0/+274