aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20nettrace_3gpp_32_423: Timestamp wrongly calculated.Anders Broman1-1/+1
2023-10-18Nettrace: add handle of both NAS-EPS and NAS-5GSJoakim Karlsson1-4/+39
2023-10-18nettrace_3gpp_32_423: Offset for msg advanced twice.Anders Broman1-1/+1
2023-09-29Fixed memory leak of match_info, made regex easier to readlemur1171-38/+39
2023-09-28Added limits on regular expressionsJon1-8/+10
2023-09-28Better memory management for regex in TS32.423 parserJon1-4/+25
2023-09-26TS32.423: Fix dissector for various formatslemur1171-42/+19
2023-09-10Change what iso8601_to_nstime() and unix_epoch_to_nstime() return.Guy Harris1-2/+8
2023-08-30wiretap: correction of Destination Address typoJoakim Karlsson1-2/+2
2023-08-19Add wtap_buffer_append_epdu_string() to add a string TLV to an EPDU.Guy Harris1-1/+1
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-03-14wiretap: routines to generate "Exported PDU" dataDavid Perry1-135/+21
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