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
/
tshark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --no-duplicate-keys tshark option.
Daan De Meyer
2017-06-22
1
-2
/
+21
*
Refactor JSON output functions
Daan De Meyer
2017-06-16
1
-2
/
+0
*
Add support for color xml attributes in psml and pdml formats.
Michael Mann
2017-06-12
1
-2
/
+4
*
Don't colorize a line if we have no color filter.
Guy Harris
2017-06-11
1
-1
/
+1
*
tshark: add "--color" option emulating wireshark colors
Dave Goodell
2017-06-11
1
-8
/
+47
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-8
/
+6
*
Report syntax errors in UAT prefs parsing
Peter Wu
2017-05-26
1
-2
/
+8
*
Fix Windows build without pcap.
Guy Harris
2017-05-12
1
-1
/
+7
*
tshark: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2017-05-09
1
-1
/
+1
*
Auto reset epan session
Hessam Jalali
2017-05-05
1
-4
/
+36
*
Eliminate some double-frees.
Guy Harris
2017-04-29
1
-2
/
+0
*
Move UI-only stuff out of libwireshark.
Guy Harris
2017-04-24
1
-23
/
+9
*
Print first-pass read errors at the end.
Guy Harris
2017-04-23
1
-28
/
+53
*
tshark: make success volatile.
Jakub Zawadzki
2017-04-23
1
-1
/
+1
*
Rename read{_cap}_file() to process{_cap+_file().
Guy Harris
2017-04-23
1
-5
/
+5
*
Just have read_cap_file()/read_file() return a success/failure indication.
Guy Harris
2017-04-23
1
-9
/
+10
*
Rename some routines to better reflect what they do.
Guy Harris
2017-04-23
1
-5
/
+5
*
Have separate routines for open-for-reading and open-for-writing errors.
Guy Harris
2017-04-20
1
-5
/
+4
*
Make the command-line and alert-box failure messages more similar.
Guy Harris
2017-04-20
1
-4
/
+5
*
Fix a compiler warning.
Guy Harris
2017-04-20
1
-1
/
+1
*
Use the new cfile_XXX_failure_message() routines more broadly.
Guy Harris
2017-04-20
1
-2
/
+2
*
Add common routines for command-line libwiretap error reporting.
Guy Harris
2017-04-20
1
-355
/
+18
*
Have a common "print a capture file open error message" routine.
Guy Harris
2017-04-18
1
-101
/
+77
*
Clean up documentation and help messages for protocol enabling/disabling.
Guy Harris
2017-04-17
1
-0
/
+2
*
Rename some routines and structure members.
Guy Harris
2017-04-17
1
-10
/
+13
*
Prime the epan_dissect_t with postdissector wanted fields if necessary.
Guy Harris
2017-04-12
1
-69
/
+54
*
Rename routines to clarify what they do.
Guy Harris
2017-04-12
1
-4
/
+4
*
Add an API to let a postdissector specify fields whose values it needs.
Guy Harris
2017-04-12
1
-20
/
+75
*
Pull all the "load settings" calls into a epan_load_settings() routine.
Guy Harris
2017-04-09
1
-12
/
+4
*
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
-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
-82
/
+25
*
A bunch of "{Mac} OS X" -> "macOS" changes.
Guy Harris
2017-04-05
1
-2
/
+2
*
Reflect new default value of snaplen in man pages.
Martin Sehnoutka
2017-03-28
1
-1
/
+1
*
Check for return value of WSAStartup on all executables.
Michael Mann
2017-03-27
1
-1
/
+7
*
tshark: Optionally delimit packet summary columns with tabs
Jim Young
2017-03-19
1
-16
/
+32
*
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
-1
/
+2
*
json2pcap support added
Martin Kacer
2017-02-25
1
-26
/
+44
*
Yell at the user less.
Gerald Combs
2017-02-20
1
-1
/
+1
*
wsutil: remove leaks from filesystem and plugins code.
Dario Lombardo
2017-02-18
1
-0
/
+4
*
tshark: free capture file filename on exit.
Dario Lombardo
2017-02-14
1
-0
/
+7
*
wiretap: add cleanup routine.
Dario Lombardo
2017-02-14
1
-0
/
+1
*
Further explanation in comments.
Guy Harris
2017-02-13
1
-2
/
+6
*
Fix a comment to reflect (and better explain) reality.
Guy Harris
2017-02-13
1
-3
/
+5
*
tshark removed empty line in -T ek output
Martin Kacer
2017-02-12
1
-1
/
+0
*
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
[next]