index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wiretap
/
erf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
erf(wiretap): Fix Clang Warning Uninitialized argument value
Alexis La Goutte
2022-01-15
1
-1
/
+1
*
Replace g_strdup_printf() with ws_strdup_printf()
João Valverde
2021-12-19
1
-27
/
+27
*
Replace g_snprintf() with snprintf()
João Valverde
2021-12-19
1
-3
/
+3
*
Fix spelling errors.
Guy Harris
2021-09-11
1
-1
/
+1
*
wiretap: always allocate a block for a record.
Guy Harris
2021-08-29
1
-3
/
+2
*
erf: Fix Dead Store (found by Clang Anlyzer)
Alexis La Goutte
2021-07-30
1
-1
/
+1
*
erf: make a copy of the first SHB comment.
Guy Harris
2021-07-16
1
-2
/
+5
*
wiretap: clean up option definitions a bit.
Guy Harris
2021-07-14
1
-7
/
+7
*
Consistently refer to blocks that have been modified as "modified".
Guy Harris
2021-07-08
1
-2
/
+2
*
Use wtap_blocks for packet comments
David Perry
2021-07-07
1
-13
/
+10
*
wiretap: have the "for each option" routine return a success/fail indication.
Guy Harris
2021-06-27
1
-3
/
+8
*
erf: fix a comment to match reality.
Guy Harris
2021-06-19
1
-4
/
+25
*
erf: handle errors in some routines more completely.
Guy Harris
2021-06-18
1
-28
/
+162
*
erf: set the tsprecision value of a newly-created IDB.
Guy Harris
2021-06-18
1
-0
/
+1
*
erf: clean up handling the return value when getting and option value.
Guy Harris
2021-05-24
1
-2
/
+2
*
erf: set USERAPPL if we have the application version but not the name.
Guy Harris
2021-05-23
1
-4
/
+7
*
Wiretap: Fix some compiler warnings.
Gerald Combs
2021-04-16
1
-2
/
+2
*
wsutils: add local implementation of g_memdup2.
Dario Lombardo
2021-03-25
1
-1
/
+2
*
Remove unnecessary includes of wiretap/pcap-encap.h.
Guy Harris
2021-03-15
1
-1
/
+0
*
Remove unnecessary inclues of wiretap/pcapng.h.
Guy Harris
2021-03-15
1
-1
/
+0
*
wiretap: rename wtap_register_file_type_subtypes().
Guy Harris
2021-02-23
1
-1
/
+1
*
wiretap: have file handlers advertise blocks and options supported.
Guy Harris
2021-02-21
1
-2
/
+50
*
wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.
Guy Harris
2021-02-19
1
-2
/
+23
*
wiretap: clean up WTAP_BLOCK_ names.
Guy Harris
2021-02-09
1
-1
/
+1
*
wiretap: redo the way we handle if_filter IDB options.
Guy Harris
2021-02-01
1
-16
/
+20
*
Refer to options whose data isn't a simple data type as "structured".
Guy Harris
2021-01-30
1
-5
/
+5
*
Detect and replace bad allocation patterns
Moshe Kaplan
2020-12-22
1
-12
/
+12
*
wiretap/erf: Use memmove instead of memcpy
Moshe Kaplan
2020-12-09
1
-1
/
+1
*
Have WTAP_ERR_INTERNAL include an err_info string giving details.
Guy Harris
2020-10-14
1
-2
/
+2
*
Fix many spelling errors
Роман Донченко
2020-10-11
1
-4
/
+4
*
Update URLs pointing to the bug database.
Guy Harris
2020-10-03
1
-1
/
+2
*
editcap: fix time adjustment for ERF
Minh Phan
2020-06-01
1
-0
/
+20
*
ERF: split wiretap/erf.h into three files.
Guy Harris
2020-05-02
1
-4
/
+8
*
wiretap/erf: Get rid of no-longer-used routine.
Guy Harris
2020-05-02
1
-48
/
+0
*
wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.
Guy Harris
2020-05-02
1
-2
/
+2
*
wiretap: don't use memset where possible.
Dario Lombardo
2020-04-14
1
-11
/
+4
*
erf: Use g_get_real_time() to get real time
Stig Bjørlykke
2019-09-08
1
-3
/
+3
*
HTTPS In Even More Places, update some links.
Guy Harris
2019-07-28
1
-2
/
+4
*
HTTPS (almost) everywhere.
Guy Harris
2019-07-26
1
-1
/
+1
*
Have wtap_read() fill in a wtap_rec and Buffer.
Guy Harris
2019-04-05
1
-12
/
+10
*
Treat erf_timestamp_t's as integral values.
Guy Harris
2019-03-17
1
-2
/
+2
*
wiretap: fix memleaks with wtap_rec::opt_comment
Peter Wu
2019-01-25
1
-2
/
+4
*
Relax ERF heuristic
Stephen Donnelly
2018-07-31
1
-2
/
+2
*
erf.c: fix compilation with gcc 8
Pascal Quantin
2018-05-02
1
-1
/
+1
*
spdx: more licenses converted.
Dario Lombardo
2018-03-09
1
-24
/
+1
*
Fix argument list in comment.
Guy Harris
2018-02-17
1
-1
/
+2
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-58
/
+58
*
ERF: Fix broken erf_open ethernet checking
Anthony Coddington
2018-01-22
1
-3
/
+3
*
Use pcapng as the name of the file format.
Guy Harris
2018-01-09
1
-6
/
+6
*
erf: remove redundant check (CID: 1159076).
Dario Lombardo
2018-01-05
1
-16
/
+21
[next]