aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brp.c
AgeCommit message (Expand)AuthorFilesLines
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