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
/
capchild
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use identical log messages for non-identical error cases.
Joerg Mayer
2017-02-22
1
-2
/
+2
*
extcap: Use stderr to print error message
Roland Knall
2016-08-04
1
-1
/
+1
*
extcap: Restore functionality for options
Roland Knall
2016-08-04
1
-1
/
+1
*
Remove Makefile.common files
João Valverde
2016-06-30
2
-47
/
+15
*
wsutil: Move Win32 helper routines from capchild
Roland Knall
2016-06-25
1
-143
/
+1
*
Remove Nmake build system
Pascal Quantin
2016-06-15
2
-78
/
+1
*
*_stdup_printf -> strdup for "single string only" formatting.
Michael Mann
2016-06-06
1
-1
/
+1
*
Add checkAPI calls to CMake.
Graham Bloice
2016-05-02
1
-0
/
+19
*
Win32: Make sure we zero out PROCESS_INFORMATION.
Gerald Combs
2016-04-29
1
-2
/
+4
*
Win32: Pass a mutable string to CreateProcess.
Gerald Combs
2016-04-28
1
-2
/
+12
*
Revert "Windows: Wait for dumpcap to initialize."
Gerald Combs
2016-04-28
1
-31
/
+2
*
Windows: Wait for dumpcap to initialize.
Gerald Combs
2016-04-27
1
-2
/
+31
*
Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
Gerald Combs
2016-04-13
1
-4
/
+4
*
dumpcap: Add support for 802.11ac monitor modes
Mikael Kanstrup
2016-03-01
2
-1
/
+3
*
Fix appending the list of remote interfaces.
Guy Harris
2016-02-27
1
-2
/
+3
*
Replace extcap_interface_list() with append_extcap_interface_list().
Guy Harris
2016-02-27
1
-1
/
+1
*
Put the extcap interfaces at the *end* of the interface list.
Guy Harris
2016-02-27
1
-4
/
+7
*
autotools: Use pkg-config autoconf macros for GLib/GTK
João Valverde
2016-02-21
1
-0
/
+2
*
Add inet_pton/inet_ntop interface to libwsutil
João Valverde
2016-02-19
1
-19
/
+3
*
Remove some {-I,/I} flags.
Guy Harris
2016-02-18
2
-6
/
+2
*
Don't add the wiretap directory to the list of include directories.
Guy Harris
2016-02-18
2
-3
/
+2
*
autotools: Don't use "user variables" to set build flags
João Valverde
2016-01-28
1
-10
/
+3
*
capture_sync(.h): fix api reference
Alexis La Goutte
2016-01-26
1
-0
/
+1
*
extcap: Sort extcap interfaces alphabetically
Roland Knall
2016-01-12
1
-1
/
+1
*
Allow "capture info data" to not be a singleton.
Michael Mann
2015-12-19
3
-3
/
+7
*
Fix memory leak in capture_get_if_capabilities
Mikael Kanstrup
2015-11-25
1
-0
/
+2
*
More spelling fixes found by lintian
Balint Reczey
2015-11-20
1
-1
/
+1
*
Check for ECHILD, not for "not ECHILD".
Guy Harris
2015-11-18
1
-8
/
+34
*
Error from waitpid(): Fix Code is unreachable
Stephan Kappertz
2015-11-18
1
-3
/
+3
*
Win32: Try to fix handle leaks in capture_sync.
Gerald Combs
2015-11-17
1
-0
/
+6
*
Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...
Pascal Quantin
2015-11-17
1
-1
/
+1
*
Create C handles for pipes before running dumpcap.
Guy Harris
2015-11-17
1
-39
/
+90
*
Catch failure of _open_osfhandle().
Guy Harris
2015-11-16
1
-0
/
+24
*
Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
Guy Harris
2015-11-07
1
-8
/
+0
*
CMake: Add /WX
Gerald Combs
2015-10-16
1
-2
/
+2
*
Fix various memleaks
Peter Wu
2015-10-04
1
-0
/
+1
*
Fix retrieval of data link type supported by remote interfaces with authentic...
Pascal Quantin
2015-07-22
3
-3
/
+8
*
capchild: fix uninitialized data pointer on failure
Peter Wu
2015-06-29
1
-0
/
+1
*
Add the wireless toolbar.
Gerald Combs
2015-06-16
1
-1
/
+9
*
Squelch some type-clash warnings on Windows.
Guy Harris
2015-06-10
1
-10
/
+10
*
Rename wsutil/process.h to wsutil/processes.h to avoid collisions.
Guy Harris
2015-06-10
1
-1
/
+1
*
One more ws_process_id change.
Guy Harris
2015-06-10
1
-1
/
+1
*
Use pid_t on UN*X, and HANDLE on Windows, for the process ID.
Guy Harris
2015-06-10
3
-18
/
+20
*
[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.
Anders
2015-06-09
3
-27
/
+29
*
Fix typo.
Guy Harris
2015-05-19
1
-2
/
+2
*
Pass the executable path to CreateProcess(), and end it with ".exe".
Guy Harris
2015-05-19
1
-3
/
+7
*
Keep a captured-packet count in a capture_session and use that.
Guy Harris
2015-04-06
2
-0
/
+3
*
Have a #define for whether the capture buffer size can be set.
Guy Harris
2015-03-25
1
-2
/
+2
*
Fix for waitpid return EINTR sometimes on launch.
Vik
2015-03-16
1
-29
/
+38
*
Consistently use the "g_string_free returns a C string pointer" idiom.
Guy Harris
2015-01-13
1
-2
/
+1
[next]