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
/
capinfos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace g_snprintf() with snprintf()
João Valverde
2021-12-19
1
-41
/
+41
*
wsutil: Split format_size() enum
João Valverde
2021-11-29
1
-6
/
+6
*
capinfos: man page typos; add longopts to Usage:
Chuck Craft
2021-10-12
1
-2
/
+3
*
capinfos: Calculate hashes after determining if a capture file
John Thacker
2021-10-06
1
-32
/
+45
*
ws_getopt: Rename struct and macros
João Valverde
2021-09-30
1
-3
/
+3
*
Use the musl in-tree getopt_long() everywhere
João Valverde
2021-09-17
1
-15
/
+4
*
[#17519] capinfos: no section headers in table output
David Perry
2021-09-10
1
-8
/
+0
*
[#17517] capinfos: machine-readable filetype/encap
David Perry
2021-09-10
1
-4
/
+10
*
[#17478] free blocks in more places
David Perry
2021-08-10
1
-0
/
+1
*
Move version_info.[ch] to ui/
João Valverde
2021-07-04
1
-1
/
+1
*
wslog: Check environment initialization for errors
João Valverde
2021-06-26
1
-3
/
+2
*
wslog: Check if we are initialized and add missing inits
João Valverde
2021-06-21
1
-0
/
+8
*
Replace g_assert() with ws_assert()
João Valverde
2021-06-19
1
-3
/
+4
*
Cast away the return value of g_strlcpy() and g_strlcat().
Guy Harris
2021-04-30
1
-3
/
+3
*
Add a new header defining commonly-used exit codes.
Guy Harris
2021-04-13
1
-4
/
+2
*
Add more error-reporting routines that call through a function pointer.
Guy Harris
2021-03-15
1
-9
/
+19
*
Enable -Wredundant-decls.
Guy Harris
2021-02-14
1
-5
/
+10
*
wiretap: file types have a name and a description.
Guy Harris
2021-02-13
1
-2
/
+2
*
Squelch duplicateCondition warning from cppcheck.
Guy Harris
2021-01-19
1
-3
/
+5
*
capinfos: give another reason to process the IDBs at the end of the file.
Guy Harris
2020-10-21
1
-1
/
+3
*
Windows: Set our locale to ".UTF-8".
Gerald Combs
2020-07-06
1
-1
/
+8
*
Remove some single-SHB assumptions.
Guy Harris
2020-05-01
1
-55
/
+78
*
capinfos: fix absolute and relative time display.
Guy Harris
2020-04-29
1
-26
/
+65
*
HTTPS (almost) everywhere.
Guy Harris
2019-07-26
1
-1
/
+1
*
1514 is a better initial Buffer size than 1500.
Guy Harris
2019-04-06
1
-1
/
+1
*
Have wtap_read() fill in a wtap_rec and Buffer.
Guy Harris
2019-04-05
1
-27
/
+31
*
Report counts of decryption secrets and resolved addresses.
Guy Harris
2019-02-19
1
-1
/
+67
*
Do all the per-capture-file work in process_cap_file().
Guy Harris
2019-02-14
1
-25
/
+28
*
By default, don't stop after a read error.
Guy Harris
2019-01-24
1
-7
/
+8
*
Rename a Boolean flag variable to reflect the non-default behavior.
Guy Harris
2019-01-19
1
-3
/
+3
*
Revert "Change comment to reflect reality."
Guy Harris
2019-01-19
1
-2
/
+5
*
Change comment to reflect reality.
Guy Harris
2019-01-19
1
-5
/
+2
*
Clarify the name and description for a link-layer encapsulation type.
Guy Harris
2019-01-09
1
-3
/
+3
*
cli_main: remove real_main from stack traces for non-Windows
Peter Wu
2019-01-02
1
-1
/
+1
*
Move some command-line-oriented routines from wsutil to ui.
Guy Harris
2019-01-01
1
-1
/
+1
*
Move more version-info-related stuff to version_info.c.
Guy Harris
2018-12-13
1
-27
/
+4
*
Put the main() and wmain() routines for CLI programs into a separate file.
Guy Harris
2018-12-13
1
-22
/
+2
*
Fix some spelling errors found by Lintian.
Gerald Combs
2018-12-05
1
-1
/
+1
*
Add an API to get a description of a compression type, and use it.
Guy Harris
2018-11-16
1
-4
/
+10
*
Use an enum for compression types in various interfaces.
Guy Harris
2018-11-16
1
-37
/
+37
*
Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.
Guy Harris
2018-10-08
1
-7
/
+4
*
Use wsetargv.obj, and wmain() rather than main(), on Windows.
Guy Harris
2018-10-07
1
-3
/
+22
*
Don't use dladdr() to get a pathname for the current executable().
Guy Harris
2018-05-05
1
-1
/
+1
*
capinfos: fix leak of message digest handle
Peter Wu
2018-03-15
1
-0
/
+1
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-25
/
+27
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...
Pascal Quantin
2018-01-09
1
-1
/
+1
*
Refactor plugin registration and loading
João Valverde
2017-12-14
1
-17
/
+1
*
Start using SPDX license identifiers.
Gerald Combs
2017-11-09
1
-13
/
+1
*
Capinfos: Add SHA256. Remove MD5.
Gerald Combs
2017-09-27
1
-18
/
+19
[next]