aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/logcat_text.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-11/+11
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-7/+7
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-7/+56
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-14/+26
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-26/+96
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-15/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-4/+3
2019-02-10logcat-text: set G_REGEX_RAW to fix potential crashesPeter Wu1-9/+9
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo1-3/+3
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris1-0/+9
2018-05-09Always explicitly set tm_isdst before calling mktime().Guy Harris1-0/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-26/+26
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
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