aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bt-utp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-16/+6
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-8/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-22Remove more tvb_lengthEvan Huus1-2/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-2/+3
2013-02-20Fix Coverity CID 751720: Logically dead code.Chris Maynard1-18/+17
2013-02-04Fix Coverity CID 746734: Dead default in switch. (No need to backport)Chris Maynard1-20/+6
2012-12-16Strengthen BT-uTP heuristic dissector and add a preference to enable it (disa...Pascal Quantin1-11/+34
2012-12-04Fix [-Wshadow] warning.Bill Meier1-7/+7
2012-12-04From Patrik Lundquist Updated V1 header description to reflect corrected spec...Anders Broman1-64/+72
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-05From Xiao Xiangquan:Anders Broman1-37/+33
2011-11-15Remove unneeded #includeBill Meier1-2/+2
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-2/+2
2011-10-28From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767Alexis La Goutte1-32/+21
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-24/+24
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-05-20Add to comment about using a heuristic; Fix a typo.Bill Meier1-1/+3
2011-04-22Enhance BT-UTP dissector:Alexis La Goutte1-59/+76
2011-04-20Add code to dissect "original uTP header format"Bill Meier1-45/+188
2011-04-20- New-style dissectors need to always return "bytes dissected" (not just when...Bill Meier1-13/+14
2011-04-19Whitespace cleanup; Remove an uneeded col_clear().Bill Meier1-25/+23
2011-04-19This file had an identical copy appended to the end of it. RemoveStephen Fisher1-355/+1
2011-04-19From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846Alexis La Goutte1-0/+710