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
/
tfshark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
epan: Add argument to epan_init() to disable plugins
João Valverde
2018-09-09
1
-1
/
+1
*
epan: Remove unnecessary all protocols registration callback
João Valverde
2018-08-29
1
-3
/
+1
*
Don't use dladdr() to get a pathname for the current executable().
Guy Harris
2018-05-05
1
-1
/
+1
*
glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0
Anders
2018-04-16
1
-3
/
+0
*
TFshark requires a file to be specified.
Guy Harris
2018-02-18
1
-51
/
+53
*
Don't start command-line taps until we've opened a file.
Guy Harris
2018-02-18
1
-5
/
+8
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-27
/
+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
*
extcap: remove conditional compilation.
Dario Lombardo
2018-01-08
1
-5
/
+0
*
tfshark: Fix arguments to write_pdml_proto_tree
Stig Bjørlykke
2018-01-02
1
-1
/
+1
*
Refactor plugin registration and loading
João Valverde
2017-12-14
1
-10
/
+0
*
Have the frame_tvbuff.c routines not use the global cfile.
Guy Harris
2017-12-08
1
-3
/
+8
*
Hand the packet provider functions to epan_new().
Guy Harris
2017-12-08
1
-9
/
+9
*
Move the frame_set stuff back into the capture_file structure.
Guy Harris
2017-12-08
1
-48
/
+47
*
Move the parts of a capture_file used by libwireshark to a new structure.
Guy Harris
2017-12-04
1
-47
/
+47
*
Use cfile fields for some frame_data pointers.
Guy Harris
2017-12-04
1
-30
/
+27
*
Use cfile.h to define the capture_file type.
Guy Harris
2017-12-03
1
-2
/
+2
*
Get rid of some void pointers.
Gerald Combs
2017-12-01
1
-5
/
+3
*
Move the protocol registration routines back into libwireshark
João Valverde
2017-11-21
1
-1
/
+1
*
Start using SPDX license identifiers.
Gerald Combs
2017-11-09
1
-14
/
+2
*
tshark/tfshark: Replace global prefs with a boolean
Orgad Shaneh
2017-11-08
1
-2
/
+5
*
tshark/tfshark: Do not apply console.log.level before it is set
Orgad Shaneh
2017-11-07
1
-4
/
+3
*
Rename "ws_version_info.h", also .c
João Valverde
2017-09-26
1
-1
/
+1
*
Add support for color xml attributes in psml and pdml formats.
Michael Mann
2017-06-12
1
-2
/
+2
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-6
/
+0
*
Report syntax errors in UAT prefs parsing
Peter Wu
2017-05-26
1
-2
/
+8
*
TFSHARK: Fix clobbing warning for variable success
Uli Heilmeier
2017-04-24
1
-1
/
+1
*
Move UI-only stuff out of libwireshark.
Guy Harris
2017-04-24
1
-15
/
+2
*
Rename read{_cap}_file() to process{_cap+_file().
Guy Harris
2017-04-23
1
-3
/
+3
*
Just have read_cap_file()/read_file() return a success/failure indication.
Guy Harris
2017-04-23
1
-8
/
+9
*
Rename some routines to better reflect what they do.
Guy Harris
2017-04-23
1
-3
/
+3
*
Rename some routines and structure members.
Guy Harris
2017-04-17
1
-8
/
+10
*
Prime the epan_dissect_t with postdissector wanted fields if necessary.
Guy Harris
2017-04-12
1
-66
/
+55
*
Rename routines to clarify what they do.
Guy Harris
2017-04-12
1
-3
/
+3
*
Add an API to let a postdissector specify fields whose values it needs.
Guy Harris
2017-04-12
1
-15
/
+50
*
Pull all the "load settings" calls into a epan_load_settings() routine.
Guy Harris
2017-04-09
1
-8
/
+3
*
Pull the error-reporting code for preference files into read_prefs().
Guy Harris
2017-04-09
1
-29
/
+2
*
Pull the code to save enabled/disabled lists into libwireshark.
Guy Harris
2017-04-09
1
-1
/
+1
*
Clean up handling of enabled/disabled protocols/heuristic dissectors.
Guy Harris
2017-04-08
1
-52
/
+30
*
A bunch of "{Mac} OS X" -> "macOS" changes.
Guy Harris
2017-04-05
1
-2
/
+2
*
tfshark: fix this ‘if’ clause does not guard... [-Wmisleading-indentation]
Alexis La Goutte
2017-03-12
1
-9
/
+9
*
tshark and tfshark require -2 when using -R. Document this.
Joerg Mayer
2017-03-12
1
-0
/
+1
*
print_stream: free memory on exit.
Dario Lombardo
2017-02-27
1
-0
/
+1
*
Yell at the user less.
Gerald Combs
2017-02-20
1
-3
/
+3
*
wiretap: add cleanup routine.
Dario Lombardo
2017-02-14
1
-49
/
+58
*
PDML: protocol filter incorrectly filters desired subfields
Martin Kacer
2017-02-05
1
-1
/
+1
*
Add enabled protocol list for dissectors who are disabled by default
Michael Mann
2016-12-24
1
-0
/
+3
*
Clean up initialization code for programs.
Guy Harris
2016-12-05
1
-2
/
+5
*
Have a routine to do all the work of initializing libwiretap.
Guy Harris
2016-12-04
1
-1
/
+1
[next]