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
/
ui
/
capture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
Check for gzipped files even if we don't have libz.
Guy Harris
2018-01-14
1
-0
/
+8
*
Bugfix capture_info_open() folded into ui/capture.c
Michael Mann
2017-12-19
1
-7
/
+9
*
[capture_info] Move capture_info_new_file() to capture.c
AndersBroman
2017-12-11
1
-1
/
+114
*
[capture_info] Fold the code of capture_info_open() into ui/capture.c
AndersBroman
2017-12-11
1
-1
/
+13
*
Use g_list_prepend() it's faster.
AndersBroman
2017-12-04
1
-2
/
+2
*
Put the structure of a capture_file back in cfile.h.
Guy Harris
2017-12-04
1
-2
/
+0
*
Use cfile.h to define the capture_file type.
Guy Harris
2017-12-03
1
-0
/
+2
*
Reformat some top-level ui files.
Gerald Combs
2017-11-30
1
-545
/
+537
*
Rename ui_util.h -> ws_ui_util.h
Peter Wu
2017-10-15
1
-1
/
+1
*
iface_lists: Access ifaces member by reference
Mikael Kanstrup
2017-08-28
1
-5
/
+5
*
iface_lists: Access all_ifaces member by reference
Mikael Kanstrup
2017-08-28
1
-5
/
+5
*
Do not process UI events while reading from live capture
Peter Wu
2017-06-17
1
-6
/
+0
*
g_assert on device.if_info.name to prevent undefined behaviour.
Joerg Mayer
2017-03-16
1
-0
/
+1
*
Allow "capture info data" to not be a singleton.
Michael Mann
2015-12-19
1
-7
/
+7
*
Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
Guy Harris
2015-11-07
1
-4
/
+0
*
Don't include "file.h" if you don't need it.
Guy Harris
2015-11-04
1
-0
/
+1
*
Fix various memleaks
Peter Wu
2015-10-04
1
-0
/
+1
*
Free a malloc'ed error message to not leak memory
Evan Huus
2015-06-27
1
-0
/
+2
*
Use pid_t on UN*X, and HANDLE on Windows, for the process ID.
Guy Harris
2015-06-10
1
-2
/
+2
*
[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.
Anders
2015-06-09
1
-2
/
+3
*
Reset the captured-packet count when we start or restart a capture.
Guy Harris
2015-04-06
1
-0
/
+1
*
Keep a captured-packet count in a capture_session and use that.
Guy Harris
2015-04-06
1
-8
/
+2
*
Have a common routine for constructing strings listing interfaces.
Guy Harris
2015-04-05
1
-29
/
+2
*
Change a lot of http:// URLs to https://.
Gerald Combs
2015-03-10
1
-3
/
+3
*
Clean up ftype-conversion and dfilter error message string handling.
Guy Harris
2015-01-18
1
-1
/
+1
*
Qt: Add a CaptureFile class.
Gerald Combs
2014-12-20
1
-2
/
+2
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-12
1
-0
/
+13
*
Update the simple dialog code.
Gerald Combs
2014-09-25
1
-13
/
+13
*
Move utility routines for capturing into a libcaputils static library.
Guy Harris
2014-07-04
1
-3
/
+3
*
Move capture.[ch] to libui.
Guy Harris
2014-06-30
1
-0
/
+799