aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logcat.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-08-18logcat: fix indentation.Guy Harris1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-29Provide new interface for Export PDU.Michael Mann1-2/+2
2016-06-09Logcat: Unicodize textsMichal Labedzki1-5/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-30adb service/logcat : fix Consider inspecting this expression. The expression ...Alexis La Goutte1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-03-05Logcat: Fix typoMichal Labedzki1-1/+1
2015-03-04Logcat: Add preference for oneline info columnMichal Labedzki1-0/+12
2014-08-06Add support for android logcat text filesMichał Orynicz1-1/+1
2014-08-05Various minor dissector fixes/changesBill Meier1-3/+3
2014-06-22Logcat: Set data-text-lines dissectors for logMichal Labedzki1-2/+12
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-1/+1
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-1/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki1-0/+3
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-02-18Add Logcat to Exported PDUMichal Labedzki1-0/+15
2014-02-18Android: Add support for Logcat dissectorMichal Labedzki1-0/+285