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
*
Handle -K, -n, -N, and -u in the common dissection option code.
Guy Harris
2016-10-31
1
-62
/
+8
*
fix some compilation issues without extcap.
Dario Lombardo
2016-09-12
1
-0
/
+10
*
extcap: fix use-after-free for preferences
Peter Wu
2016-09-11
1
-15
/
+5
*
Fix version-string releated memleak for some CLI tools
Peter Wu
2016-09-10
1
-2
/
+4
*
Have scan_plugins() take an argument specify what to do on load failures.
Guy Harris
2016-09-05
1
-1
/
+1
*
extcap: Restore functionality for options
Roland Knall
2016-07-29
1
-0
/
+19
*
tshark fields filter added for other outputs
Martin Kacer
2016-06-29
1
-1
/
+1
*
tfshark: remove unused variable
Dario Lombardo
2016-06-24
1
-2
/
+0
*
tshark JSON and Elasticsearch output fix
Martin Kacer
2016-06-21
1
-1
/
+1
*
Ability to invoke "Decode As..." as command-line argument for GUIshark.
Michael Mann
2016-06-19
1
-415
/
+3
*
Revert "tap: change glib functions to wmem."
Pascal Quantin
2016-06-19
1
-0
/
+10
*
tap: change glib functions to wmem.
Dario Lombardo
2016-06-17
1
-10
/
+0
*
Link version code statically again
João Valverde
2016-04-21
1
-1
/
+1
*
Include ws_diag_control.h in config.h
João Valverde
2016-04-04
1
-1
/
+0
*
Move zlib version check to wsutil
João Valverde
2016-04-03
1
-27
/
+1
*
Make init_progfile_dir() take a function pointer [-Wpedantic]
João Valverde
2015-12-14
1
-1
/
+1
*
Remove -Wwrite-strings compiler flag
João Valverde
2015-12-12
1
-4
/
+2
*
tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]
João Valverde
2015-12-12
1
-1
/
+1
*
Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
Guy Harris
2015-11-07
1
-12
/
+0
*
Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.
Guy Harris
2015-10-28
1
-1
/
+3
*
Add a "heuristic dissectors" tab to the Enable Protocols dialog.
Michael Mann
2015-07-14
1
-0
/
+3
*
Take all epan_column_info members that always get allocated to "number of col...
Michael Mann
2015-06-29
1
-18
/
+20
*
Change a lot of http:// URLs to https://.
Gerald Combs
2015-03-10
1
-3
/
+3
*
Suppress a bunch of cast-qual warnings.
Gerald Combs
2015-02-20
1
-2
/
+5
*
Just have init_progfile_dir() take a void pointer.
Guy Harris
2015-02-20
1
-1
/
+1
*
Fix an uninitialized variable warning.
Gerald Combs
2015-01-23
1
-2
/
+2
*
Clean up ftype-conversion and dfilter error message string handling.
Guy Harris
2015-01-18
1
-4
/
+7
*
Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.
Guy Harris
2015-01-01
1
-0
/
+6
*
Call setlocale() before getting version information.
Guy Harris
2015-01-01
1
-3
/
+3
*
Don't include signal.h unless we need it.
Guy Harris
2014-12-31
1
-2
/
+0
*
Wrong function name.
Guy Harris
2014-12-31
1
-1
/
+1
*
Do the full string in get_{compiled,runtime}_version_info().
Guy Harris
2014-12-31
1
-8
/
+6
*
Move the version_info.c stuff to wsutil/ws_version_info.c.
Guy Harris
2014-12-31
1
-1
/
+0
*
Removed duplicated #include lines
Dario Lombardo
2014-12-28
1
-1
/
+0
*
Don't use a leading - in getopt_long() option strings.
Guy Harris
2014-12-27
1
-4
/
+9
*
Use getopt_long() for the first pass through the argument list.
Guy Harris
2014-12-26
1
-12
/
+47
*
Check for getopt_long(), not getopt().
Guy Harris
2014-12-25
1
-1
/
+1
*
Move twelve show_version() functions from the varoius programs and
Stephen Fisher
2014-12-24
1
-16
/
+1
*
Fix compile error.
Guy Harris
2014-12-01
1
-1
/
+1
*
Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.
Guy Harris
2014-12-01
1
-1
/
+3
*
Fix tfshark.c to match changes to epan/print.[ch].
Guy Harris
2014-11-29
1
-6
/
+6
*
Get rid of another global in the print code.
Guy Harris
2014-11-22
1
-1
/
+3
*
Pass a capture_file * to write_psml_preamble() in tfshark as well.
Guy Harris
2014-11-22
1
-1
/
+1
*
Add tshark -G dissector-tables to dump a list of dissector tables.
Guy Harris
2014-11-17
1
-0
/
+3
*
Do the "-z help" processing separately, and do it for Wireshark as well.
Guy Harris
2014-11-15
1
-5
/
+5
*
Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].
Guy Harris
2014-11-14
1
-1
/
+1
*
Get rid of unnecessary includes of ctype.h.
Guy Harris
2014-10-18
1
-1
/
+0
*
Modify includes of config.h so that out-of-tree builds, i.e. CMake
Graham Bloice
2014-08-24
1
-1
/
+1
*
Refactor "common" hostlist/endpoint table functionality.
Michael Mann
2014-08-18
1
-1
/
+0
*
Fix whitespace/indentation to match editor modelines.
Bill Meier
2014-08-05
1
-10
/
+10
[next]