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
/
sharkd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use dladdr() to get a pathname for the current executable().
Guy Harris
2018-10-08
1
-1
/
+1
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-33
/
+29
*
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
*
sharkd: support for reference and previous displayed frame number
Jakub Zawadzki
2017-12-28
1
-4
/
+18
*
Refactor plugin registration and loading
João Valverde
2017-12-14
1
-17
/
+3
*
Have the frame_tvbuff.c routines not use the global cfile.
Guy Harris
2017-12-08
1
-5
/
+15
*
Hand the packet provider functions to epan_new().
Guy Harris
2017-12-08
1
-10
/
+9
*
Move the frame_set stuff back into the capture_file structure.
Guy Harris
2017-12-08
1
-41
/
+40
*
sharkd: add sharkd_get_frame() to get frame_data, optimize.
Jakub Zawadzki
2017-12-08
1
-11
/
+10
*
frame user comments: move to epan, add support for user comments in sharkd.
Jakub Zawadzki
2017-12-06
1
-1
/
+14
*
Move the parts of a capture_file used by libwireshark to a new structure.
Guy Harris
2017-12-04
1
-40
/
+40
*
Use cfile fields for some frame_data pointers.
Guy Harris
2017-12-04
1
-20
/
+17
*
Use cfile.h to define the capture_file type.
Guy Harris
2017-12-03
1
-1
/
+1
*
Get rid of some void pointers.
Gerald Combs
2017-12-01
1
-4
/
+2
*
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
-13
/
+1
*
Rename ui_util.h -> ws_ui_util.h
Peter Wu
2017-10-15
1
-1
/
+1
*
sharkd: export field filter string.
Jakub Zawadzki
2017-10-05
1
-2
/
+2
*
Rename "ws_version_info.h", also .c
João Valverde
2017-09-26
1
-1
/
+1
*
Just print the string color_filters_init() provides on an error.
Guy Harris
2017-06-09
1
-1
/
+1
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-6
/
+0
*
Have separate routines for open-for-reading and open-for-writing errors.
Guy Harris
2017-04-20
1
-1
/
+1
*
Add common routines for command-line libwiretap error reporting.
Guy Harris
2017-04-20
1
-159
/
+3
*
sharkd: support for "downloading" decoded RTP stream in wave-like format.
Jakub Zawadzki
2017-04-17
1
-0
/
+4
*
Rename some routines and structure members.
Guy Harris
2017-04-17
1
-4
/
+5
*
Prime the epan_dissect_t with postdissector wanted fields if necessary.
Guy Harris
2017-04-12
1
-2
/
+6
*
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
-11
/
+29
*
Pull all the "load settings" calls into a epan_load_settings() routine.
Guy Harris
2017-04-09
1
-10
/
+2
*
Pull the error reporting into {read,save}_filter_list.
Guy Harris
2017-04-09
1
-8
/
+1
*
Move the filter file reading code to libui.
Guy Harris
2017-04-09
1
-1
/
+1
*
Pull the error-reporting code for preference files into read_prefs().
Guy Harris
2017-04-09
1
-27
/
+1
*
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
-59
/
+28
*
sharkd: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]
Alexis La Goutte
2017-02-24
1
-1
/
+0
*
wsutil: remove leaks from filesystem and plugins code.
Dario Lombardo
2017-02-18
1
-0
/
+4
*
wiretap: add cleanup routine.
Dario Lombardo
2017-02-14
1
-0
/
+1
*
filter_list: add cleanup function and call it on exit.
Dario Lombardo
2017-02-10
1
-0
/
+1
*
Clean columns on exit.
Dario Lombardo
2017-02-10
1
-0
/
+1
*
Make the capture file's interface description filterable
Jim Young
2017-02-09
1
-0
/
+1
*
sharkd: make the way it returns more similar to other apps.
Dario Lombardo
2017-02-08
1
-4
/
+13
*
Add sharkd - daemon variant
Jakub Zawadzki
2017-01-25
1
-0
/
+997