aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-11/+11
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-17Fix "2nd byte of optional tags bitmap" flag values.Guy Harris1-2/+2
2016-03-31[Nettrace] Add parsing of some HSS records.AndersBroman1-11/+138
2016-02-23Making wiretap option blocks more generic.Michael Mann1-38/+27
2016-01-13Assorted cleanups.Guy Harris1-13/+13
2016-01-13nettrace_3gpp_32_423 Protect from buffer overun.AndersBroman1-1/+5
2015-11-26Scan pcapng change time to unsignedJoão Valverde1-1/+2
2015-11-26Add a check for the day of the month.Guy Harris1-2/+18
2015-11-26Most fields in an ISO 8601 date/time are unsigned.Guy Harris1-3/+36
2015-10-26[Nettrace] Port can have 5 characters.AndersBroman1-2/+2
2015-10-26Nettrace 3GPP 32.423: Fix Dead Store (Dead assignement/Dead increment) warnin...Alexis La Goutte1-2/+0
2015-10-23[Nettrace] Add parsing of IP addresses and ports.AndersBroman1-58/+407
2015-10-20[Nettrace] Parse timestamps and add to individual packets.AndersBroman1-12/+92
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-25/+32
2015-08-09[wiretap/nettrace_3gpp_32_423] Add editor modelinesBill Meier1-0/+13
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-1/+2
2015-07-27nettrace3gpp324423: fix name consistencyLuke Mewburn1-1/+1
2015-05-04nettrace 3GPP: Fix Dead Store (Dead assignement/Dead increment) warning found...Alexis La Goutte1-1/+0