aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-16erf: make a copy of the first SHB comment.Guy Harris1-2/+5
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-7/+7
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-2/+2
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-13/+10
2021-06-27wiretap: have the "for each option" routine return a success/fail indication.Guy Harris1-3/+8
2021-06-19erf: fix a comment to match reality.Guy Harris1-4/+25
2021-06-18erf: handle errors in some routines more completely.Guy Harris1-28/+162
2021-06-18erf: set the tsprecision value of a newly-created IDB.Guy Harris1-0/+1
2021-05-24erf: clean up handling the return value when getting and option value.Guy Harris1-2/+2
2021-05-23erf: set USERAPPL if we have the application version but not the name.Guy Harris1-4/+7
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-2/+2
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+2
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-2/+50
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-2/+23
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-1/+1
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-16/+20
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-5/+5
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-12/+12
2020-12-09wiretap/erf: Use memmove instead of memcpyMoshe Kaplan1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-2/+2
2020-10-11Fix many spelling errorsРоман Донченко1-4/+4
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+2
2020-06-01editcap: fix time adjustment for ERFMinh Phan1-0/+20
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-4/+8
2020-05-02wiretap/erf: Get rid of no-longer-used routine.Guy Harris1-48/+0
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris1-2/+2
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-11/+4
2019-09-08erf: Use g_get_real_time() to get real timeStig Bjørlykke1-3/+3
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-2/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-12/+10
2019-03-17Treat erf_timestamp_t's as integral values.Guy Harris1-2/+2
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-2/+4
2018-07-31Relax ERF heuristicStephen Donnelly1-2/+2
2018-05-02erf.c: fix compilation with gcc 8Pascal Quantin1-1/+1
2018-03-09spdx: more licenses converted.Dario Lombardo1-24/+1
2018-02-17Fix argument list in comment.Guy Harris1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-58/+58
2018-01-22ERF: Fix broken erf_open ethernet checkingAnthony Coddington1-3/+3
2018-01-09Use pcapng as the name of the file format.Guy Harris1-6/+6
2018-01-05erf: remove redundant check (CID: 1159076).Dario Lombardo1-16/+21
2017-07-18Do the meta-tag stuff the same way in all three cases.Guy Harris1-4/+8
2017-07-18Revert "Don't byte-swap an 1-byte value."Guy Harris1-3/+1
2017-07-18Remove unnecessary test.Guy Harris1-4/+1
2017-07-18Don't byte-swap an 1-byte value.Guy Harris1-1/+3
2017-07-18Remove unnecessary test.Guy Harris1-3/+1
2017-07-18Copy no more than MAX_ERF_EHDR - 1 additional extension headers.Guy Harris1-1/+7