aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mrcpv2.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-11-29General "Prosody" placeholder parameter ("prosody-") is broken down to a 6 ne...Michael Mann1-38/+88
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+5
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-14/+14
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-01-18Enhance MRCPv2 dissector * Fix indent (Tab => 4 Spaces) and add Modelines inf...Alexis La Goutte1-1289/+1241
2013-01-14Fix CID 966603: Unused pointer value.Chris Maynard1-1/+1
2013-01-04Fix a (false) could-be-used-uninitialized warning.Jeff Morriss1-221/+228
2013-01-03Add casts to make it build on win64Anders Broman1-14/+14
2013-01-03From Zeljko Ancimer:Jaap Keuter1-0/+1542