aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
Commit message (Expand)AuthorAgeFilesLines
* erf(wiretap): Fix Clang Warning Uninitialized argument valueAlexis La Goutte2022-01-151-1/+1
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-27/+27
* Replace g_snprintf() with snprintf()João Valverde2021-12-191-3/+3
* Fix spelling errors.Guy Harris2021-09-111-1/+1
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-3/+2
* erf: Fix Dead Store (found by Clang Anlyzer)Alexis La Goutte2021-07-301-1/+1
* erf: make a copy of the first SHB comment.Guy Harris2021-07-161-2/+5
* wiretap: clean up option definitions a bit.Guy Harris2021-07-141-7/+7
* Consistently refer to blocks that have been modified as "modified".Guy Harris2021-07-081-2/+2
* Use wtap_blocks for packet commentsDavid Perry2021-07-071-13/+10
* wiretap: have the "for each option" routine return a success/fail indication.Guy Harris2021-06-271-3/+8
* erf: fix a comment to match reality.Guy Harris2021-06-191-4/+25
* erf: handle errors in some routines more completely.Guy Harris2021-06-181-28/+162
* erf: set the tsprecision value of a newly-created IDB.Guy Harris2021-06-181-0/+1
* erf: clean up handling the return value when getting and option value.Guy Harris2021-05-241-2/+2
* erf: set USERAPPL if we have the application version but not the name.Guy Harris2021-05-231-4/+7
* Wiretap: Fix some compiler warnings.Gerald Combs2021-04-161-2/+2
* wsutils: add local implementation of g_memdup2.Dario Lombardo2021-03-251-1/+2
* Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris2021-03-151-1/+0
* Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris2021-03-151-1/+0
* wiretap: rename wtap_register_file_type_subtypes().Guy Harris2021-02-231-1/+1
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-2/+50
* wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2021-02-191-2/+23
* wiretap: clean up WTAP_BLOCK_ names.Guy Harris2021-02-091-1/+1
* wiretap: redo the way we handle if_filter IDB options.Guy Harris2021-02-011-16/+20
* Refer to options whose data isn't a simple data type as "structured".Guy Harris2021-01-301-5/+5
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-12/+12
* wiretap/erf: Use memmove instead of memcpyMoshe Kaplan2020-12-091-1/+1
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-2/+2
* Fix many spelling errorsРоман Донченко2020-10-111-4/+4
* Update URLs pointing to the bug database.Guy Harris2020-10-031-1/+2
* editcap: fix time adjustment for ERFMinh Phan2020-06-011-0/+20
* ERF: split wiretap/erf.h into three files.Guy Harris2020-05-021-4/+8
* wiretap/erf: Get rid of no-longer-used routine.Guy Harris2020-05-021-48/+0
* wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris2020-05-021-2/+2
* wiretap: don't use memset where possible.Dario Lombardo2020-04-141-11/+4
* erf: Use g_get_real_time() to get real timeStig Bjørlykke2019-09-081-3/+3
* HTTPS In Even More Places, update some links.Guy Harris2019-07-281-2/+4
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-12/+10
* Treat erf_timestamp_t's as integral values.Guy Harris2019-03-171-2/+2
* wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu2019-01-251-2/+4
* Relax ERF heuristicStephen Donnelly2018-07-311-2/+2
* erf.c: fix compilation with gcc 8Pascal Quantin2018-05-021-1/+1
* spdx: more licenses converted.Dario Lombardo2018-03-091-24/+1
* Fix argument list in comment.Guy Harris2018-02-171-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-58/+58
* ERF: Fix broken erf_open ethernet checkingAnthony Coddington2018-01-221-3/+3
* Use pcapng as the name of the file format.Guy Harris2018-01-091-6/+6
* erf: remove redundant check (CID: 1159076).Dario Lombardo2018-01-051-16/+21