aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-01-16import_text: Check writable encap types against pcapngJohn Thacker1-14/+33
2022-01-11text_import: Allow fake IP headers with Raw IP encapsulationJohn Thacker1-23/+43
2022-01-11text2pcap: Case insensitive match for ISO time optionJohn Thacker1-1/+5
2022-01-08text_import: Add default IPv6 addressesJohn Thacker1-9/+13
2022-01-04text_import: "localtime()" is an API, "local time" is local time.Guy Harris1-1/+1
2021-12-30text2pcap: Move SHB and IDB setup to ui/text_importJohn Thacker1-0/+113
2021-12-30text2pcap: Use standard log debug levelJohn Thacker1-28/+25
2021-12-29text_import: Only popup a warning about offsets the first timeJohn Thacker1-2/+17
2021-12-28text_import: use 4-space indentation for number_of_padding_bytes().Guy Harris1-6/+6
2021-12-28text_import: Switch default IPv4 addresses to what text2pcap usedJohn Thacker1-4/+5
2021-12-27text_import: Fix custom IPv6 address handlingJohn Thacker1-4/+11
2021-12-27Use a wrapper function to call strptime()João Valverde1-35/+3
2021-12-26import_text: Add ASCII identification checkboxJohn Thacker1-1/+1
2021-12-25text2pcap: Use debug levelJohn Thacker1-10/+7
2021-12-25text import: Remove an unneeded cast.Gerald Combs1-1/+1
2021-12-25text_import: Ignore offsets in no offset modeJohn Thacker1-0/+17
2021-12-25text_import: Use time format directlyJohn Thacker1-13/+6
2021-12-24text_import: Another explicit cast for unsigned long and clangJohn Thacker1-1/+6
2021-12-24text_import: Reduce globalsJohn Thacker1-86/+44
2021-12-23text_import: Report errors and warningsJohn Thacker1-53/+122
2021-12-23text_import: Allow ISO8601 format timesJohn Thacker1-57/+71
2021-12-23text_import: Report failure to writeJohn Thacker1-34/+45
2021-12-22text_import: port ASCII identification from text2pcapJohn Thacker1-4/+72
2021-12-22text_import: Fix IPv6 payload lengthJohn Thacker1-1/+5
2021-12-22text_import: Add interface and internals for IPv6John Thacker1-11/+84
2021-12-22text_import: Add interface and internals for dummy IPv4 addressesJohn Thacker1-5/+15
2021-12-22text_import: pcap_link_type -> wtap_encap_typeJohn Thacker1-4/+4
2021-12-18text_import: Handle SCTP and minimum packet lengthsJohn Thacker1-21/+42
2021-12-18text_import: Fix direction detection in Import from HexdumpJohn Thacker1-1/+1
2021-12-17text_import: Time delta between packets without timestampJohn Thacker1-36/+60
2021-12-17text_import: Fix spelling and grammarJohn Thacker1-1/+1
2021-12-16text_import: Parse entire timestamp from hex dumpsJohn Thacker1-1/+1
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-1/+1
2021-08-20text_import.c: get EXP_PDU_TAG_PROTO_NAME from the header.Guy Harris1-1/+3
2021-07-21text_import: create a wtap_block_t before calling wtap_block_add_...option.Guy Harris1-0/+2
2021-07-20text_import: only add the packet flags if we have them.Guy Harris1-2/+4
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-2/+1
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-5/+5
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-1/+1
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-27text_import: just suppress the two-initializers warning.Guy Harris1-304/+24
2021-03-27text_import: don't initialize array elements twice.Guy Harris1-11/+304
2021-03-26Regex text imoprt: MSVC compiling and updated timestampsPaul Weiß1-4/+15
2021-03-26Regex based textfile importPaul Weiß1-106/+390
2020-05-06More changes arising from PVS-Studio output.Martin Mathieson1-5/+15
2019-04-20text import: make TCP dest port truly direction dependantJaap Keuter1-1/+0
2019-03-20Clean up comments and white space.Guy Harris1-4/+4
2019-03-20Put back EOF rule, but without exporting write_current_packet().Guy Harris1-3/+15