aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmx-chan.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Condense DMX dissectors into a single file and create a dissector table for t...Michael Mann1-202/+0
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-29From stcookMartin Kaiser1-0/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-7/+7
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+2
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-3/+3
2012-10-18Minor cleanup:Bill Meier1-6/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-16Minor cleanup, including:Bill Meier1-23/+11
2012-05-31Fix a possible zero division found by scan-build. While we're at it replaceGerald Combs1-19/+7
2012-05-28Set SVN properties.Anders Broman1-1/+1
2012-05-28From Erwin Rol:Anders Broman1-0/+216