aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/logcat_text.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-8/+8
2017-03-28logcat_text.c: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+16
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-12/+31
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-2/+2
2016-01-13Fix issue with dumping to logcat_text from UPPER_PDUmichal.orynicz1-0/+11
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-1/+0
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+4
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-7/+7
2014-11-21Move text logcat regex strings to shared headerMichał Orynicz1-10/+0
2014-11-20Fix text logcat for changes in android LMichał Orynicz1-1/+1
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-5/+5
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-26Reduce compilator warningsMichal Labedzki1-4/+4
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-16/+21
2014-09-20Logcat: Fix crashes when try to use logcat_text open routine on binary fileMichal Labedzki1-9/+9
2014-09-18Logcat: Add more save formats over exported pduMichal Labedzki1-0/+7
2014-08-17Return 0, not -1, for "this isn't my type of file".Guy Harris1-1/+1
2014-08-08Logcat text: small fixesMichał Orynicz1-10/+10
2014-08-06Add casts to make logcat-text build on Win64AndersBroman1-2/+2
2014-08-06Add support for android logcat text filesMichał Orynicz1-0/+593