aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ouch.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-19/+19
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-23/+23
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-17/+2
2013-03-24Replace implicit conversion with explicit cast.Guy Harris1-1/+1
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+7
2013-03-22From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8490Evan Huus1-0/+1631