aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-7/+7
2021-12-01nstime: Support ISO 8601 basic formatJohn Thacker1-1/+1
2021-09-06nettrace_3gpp (wiretap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-3/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris1-6/+6
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-60/+53
2021-07-25nettrace 3GPP 32.423: move the name related code together.Guy Harris1-1/+1
2021-07-25libwiretap: Avoid using uninit variableMoshe Kaplan1-0/+2
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2021-05-29wiretap: clean up WTAP_ERR_BAD_FILE error messages.Guy Harris1-7/+7
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-7/+7
2021-03-15Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris1-1/+0
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-21Some more spelling fixes.Martin Mathieson1-1/+1
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-4/+8
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-1/+19
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