aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Add iso8601_to_nstime() for editcap and nettraceDavid Perry1-120/+1
2021-01-04Initial refactor of nettrace reader (#17009)David Perry1-946/+692
2020-11-02Nettrace: correct conversion from ISO 8601 to time stampAndre Luyer1-84/+52
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-19/+5
2020-10-11Fix many spelling errorsРоман Донченко1-5/+5
2020-10-03Nettrace: Fix fix to calculation of changetimeGuy Harris1-1/+1
2020-10-03Nettrace: Fix calculation of changetimeAnders Broman1-11/+17
2020-07-06Nettrace: Try to fix -Wpointer-sign warnings.Anders Broman1-9/+9
2020-04-15nettrace_3gpp_32_423(wiretap): Fix Dead StoreAlexis La Goutte1-4/+1
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-3/+1
2020-02-28nettrace_3gpp_32_423: Improve parsing.Anders Broman1-32/+33
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-3/+6
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-173gpp_32_423: Fix dissection of changeTime.Anders Broman1-13/+15
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-34/+4
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+2
2019-01-23nettrace: fix potential buffer overflow in time parsingPeter Wu1-10/+8
2019-01-14nettrace: Handle beginTime with fractions of seconds.Anders Broman1-36/+68
2019-01-12wiretap: remove dependency on version_infoPeter Wu1-3/+3
2019-01-11nettrace: Fix missing tag length for IPV4_DST.Anders Broman1-7/+14
2019-01-06nettrace_3gpp_32_423: Fix Dead Store (Dead assignement/Dead increment) Warnin...Alexis La Goutte1-8/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-1/+1
2018-11-20nettrace: Put address parsing in a separate routine.Anders Broman1-121/+104
2018-11-16nettrace: Handle failure to parse IPv6.Anders Broman1-3/+6
2018-11-16nettrace: fix var init.Dario Lombardo1-1/+3
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-3/+5
2018-11-15nettrace: Parse IPv6 addresses.Anders Broman1-50/+137
2018-11-14nettrace_3gpp_32_423: Don't crash on error and improve error output.Anders Broman1-1/+18
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+2
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-1/+5
2018-09-24nettrace: Improve error printout at parse error.AndersBroman1-0/+4
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-05-10nettrace: add g_assert in write_packet_data (CID 1435482).Dario Lombardo1-0/+2
2018-05-05nettrace_3gpp_32_423: fix memleak and copy of uninitialized memoryPeter Wu1-10/+7
2018-02-22nettrace: remove wrong frees (found by clang).Dario Lombardo1-3/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-71/+70
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
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann1-31/+34
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-1/+0
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-1/+6
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-10/+10
2016-07-14Redo the block options APIs.Guy Harris1-13/+13
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-13/+12
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1