aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logcat-text.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-04Logcat-text: use GRegex optimizationsMichal Labedzki1-8/+8
2016-08-18logcat (text): fix no previous prototype for 'logcat_text_init/logcat_text_cl...Alexis La Goutte1-2/+2
2016-08-05logcat-text: add cleanup function.Dario Lombardo1-8/+26
2016-06-29Provide new interface for Export PDU.Michael Mann1-1/+2
2016-06-09Logcat: Unicodize textsMichal Labedzki1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-7/+7
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-18Add possibility to export Logcat Text PDUsmichal.orynicz1-0/+25
2015-02-21Use correct mem scope for source address in Text LogcatMichal Labedzki1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+2
2014-11-21Move text logcat regex strings to shared headerMichał Orynicz1-10/+1
2014-11-20Fix text logcat for changes in android LMichał Orynicz1-1/+1
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-9/+9
2014-08-08Logcat text: small fixesMichał Orynicz1-1/+1
2014-08-08Logcat Text: drop use of GDateTimePascal Quantin1-9/+9
2014-08-08Logcat Text: fix assert when dissecting PID or TIDPascal Quantin1-2/+2
2014-08-06Add casts to make logcat-text build on Win64AndersBroman1-13/+13
2014-08-06Add support for android logcat text filesMichał Orynicz1-0/+394