aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+4
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+11
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-17/+17
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-14From Rob Kruciak:Anders Broman1-4/+37
2011-10-06Create expert item for invalid packet type instead of using DISSECTOR_ASSERT_...Bill Meier1-55/+36
2011-10-05Add a short description ofthe dissector (from the Bug submission)Bill Meier1-0/+7
2011-10-05Various cleanup:Bill Meier1-231/+229
2011-10-04Remove unused variables.Anders Broman1-4/+0
2011-10-04Added IdAnders Broman1-0/+1
2011-10-04From Rob Kruciak:Anders Broman1-0/+417