aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-09-10Dissector names are not protocol names.Guy Harris1-2/+2
2022-05-12text2pcap: Switch default file format to pcapngJohn Thacker1-4/+3
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-1/+1
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-1/+1
2022-02-13text2pcap: Fix DeadStore found by Clang AnalyzerAlexis La Goutte1-1/+0
2022-01-16text2pcap: encap types option (instead of link type)John Thacker1-19/+80
2022-01-11text_import: Allow fake IP headers with Raw IP encapsulationJohn Thacker1-24/+45
2022-01-11text2pcap: Use RFC 3849 addresses for documentationJohn Thacker1-1/+1
2022-01-03text2pcap: Use common capture type flagJohn Thacker1-13/+43
2022-01-02text2pcap: add regexJohn Thacker1-22/+116
2021-12-30text2pcap: Move SHB and IDB setup to ui/text_importJohn Thacker1-69/+1
2021-12-30text2pcap: Use standard log debug levelJohn Thacker1-11/+13
2021-12-26import_text: Add ASCII identification checkboxJohn Thacker1-5/+1
2021-12-26text2pcap: Add Export PDUJohn Thacker1-6/+25
2021-12-25text2pcap: Use debug levelJohn Thacker1-5/+3
2021-12-25text2pcap: Update usage for new time format optionsJohn Thacker1-6/+4
2021-12-25text2pcap: Support OFFSET_NONEJohn Thacker1-14/+7
2021-12-24text2pcap: use ws_strtou8() to process the -i flag.Guy Harris1-21/+33
2021-12-24text2pcap: have a Boolean flag indicating whether -i was specified.Guy Harris1-3/+12
2021-12-24text2pcap: Explicit case to keep clang happyJohn Thacker1-1/+1
2021-12-24text2pcap: Use common failure messages, exit codesJohn Thacker1-73/+73
2021-12-24text_import: Reduce globalsJohn Thacker1-10/+5
2021-12-23text2pcap: Call text_importJohn Thacker1-1181/+68
2021-12-23text2pcap: Finish setting up error handlingJohn Thacker1-7/+40
2021-12-22text2pcap: Clean up includesJohn Thacker1-6/+0
2021-12-22text2pcap: Use wtap_dumperJohn Thacker1-133/+167
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-12-02text2pcap: Support parsing of iso-8601 datesJörg Mayer1-49/+65
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-18text2pcap: Fix -Wmissing-prototypesAlexis La Goutte1-1/+1
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-59/+48
2021-07-15Clean up handling of --capture-comment.Guy Harris1-2/+5
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-1/+11
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+4
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2020-12-22Let the CLI programs tell about how to show their versionJaap Keuter1-0/+1
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+1
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu1-3/+3
2019-03-11Use memcpy() to copy bytes.Guy Harris1-6/+2
2019-03-06Some cleanups.Guy Harris1-17/+21
2019-02-13Add macros for the pack_flags field.Guy Harris1-21/+21
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-18writecap: rename pcapng_write_session_block to _section_blockJaap Keuter1-1/+1
2018-12-16text2pcap: make IP ID endianess independantJaap Keuter1-3/+5
2018-12-13text2pcap: allow to set interface nameJaap Keuter1-2/+7
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-31/+5