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
/
dumpcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The official #define for 32-bit and 64-bit Windows is _WIN32.
Guy Harris
2015-09-02
1
-4
/
+4
*
Fix retrieval of data link type supported by remote interfaces with authentic...
Pascal Quantin
2015-07-22
1
-13
/
+20
*
dumpcap: fix files capture autostop condition
Pascal Quantin
2015-06-24
1
-2
/
+2
*
Set a capture buffer size only when we have a valid handle.
Gerald Combs
2015-05-28
1
-5
/
+3
*
Windows: don't attempt to set the capture buffer size on remote (rpcap) devices.
Jeff Morriss
2015-05-28
1
-17
/
+19
*
is_linux_bonding_device() is only used if we HAVE_PCAP_CREATE so only define it
Jeff Morriss
2015-05-28
1
-2
/
+2
*
dumpcap: fix opening of pipes on Windows broken since gbed29af
Pascal Quantin
2015-04-13
1
-1
/
+17
*
dumpcap: fix no previous prototype for ‘is_linux_bonding_device’ [-Wmissi...
Alexis La Goutte
2015-04-04
1
-1
/
+1
*
dumpcap: fix Resource leak (CID: 129558)
Alexis La Goutte
2015-04-01
1
-0
/
+1
*
Work around a Linux bonding driver bug (and the lack of a libpcap workaround).
Guy Harris
2015-03-30
1
-1
/
+84
*
Have a #define for whether the capture buffer size can be set.
Guy Harris
2015-03-25
1
-3
/
+3
*
Don't say "Capturing on..." if we're not capturing on.
Guy Harris
2015-03-17
1
-38
/
+39
*
Allow multiple -D/-L/-d/-S flags, only allow one -k flag.
Guy Harris
2015-03-17
1
-12
/
+25
*
Update an error message to reflect all the run-dumpcap-and-quit arguments.
Guy Harris
2015-03-16
1
-1
/
+5
*
Change a lot of http:// URLs to https://.
Gerald Combs
2015-03-10
1
-18
/
+10
*
Suppress a bunch of cast-qual warnings.
Gerald Combs
2015-02-20
1
-0
/
+5
*
(Trivial) Fix printf-related 'Mismatch on sign' warnings
Bill Meier
2015-02-09
1
-2
/
+2
*
Dumpcap: avoid collecting stats on nf* interfaces.
Dario Lombardo
2015-02-03
1
-0
/
+12
*
Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.
Guy Harris
2015-01-03
1
-6
/
+8
*
Do the full string in get_{compiled,runtime}_version_info().
Guy Harris
2014-12-31
1
-6
/
+4
*
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
*
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
-15
/
+1
*
Oops, we also need to worry about pcap_get_tstamp_precision().
Guy Harris
2014-11-05
1
-1
/
+1
*
Cope with newer Xcode not having the 10.6 SDK.
Guy Harris
2014-11-05
1
-12
/
+3
*
Get rid of unnecessary includes of ctype.h.
Guy Harris
2014-10-18
1
-1
/
+0
*
Pass the global capture options to open_capture_device().
Guy Harris
2014-09-29
1
-3
/
+8
*
Add support for getting nanosecond time stamp resolution when capturing.
Guy Harris
2014-09-28
1
-0
/
+31
*
Update the simple dialog code.
Gerald Combs
2014-09-25
1
-7
/
+7
*
Modify includes of config.h so that out-of-tree builds, i.e. CMake
Graham Bloice
2014-08-24
1
-1
/
+1
*
Extcap Capture Interface
Roland Knall
2014-08-21
1
-11
/
+18
*
- Fix the whitespace fix
Joerg Mayer
2014-08-05
1
-1
/
+1
*
Fix whitespace/indentation to match editor modelines.
Bill Meier
2014-08-05
1
-11
/
+11
*
Clean up indentation (get rid of tabs).
Guy Harris
2014-07-22
1
-1
/
+1
*
Get rid of NO_INTERFACES_FOUND - it's not an error.
Guy Harris
2014-07-22
1
-18
/
+8
*
Move utility routines for capturing into a libcaputils static library.
Guy Harris
2014-07-04
1
-38
/
+10
*
Clean up printf() argument list.
Guy Harris
2014-07-03
1
-2
/
+4
*
Make --help and --version information a bit more uniform.
Guy Harris
2014-07-03
1
-9
/
+57
*
Regularize the help output of programs.
Guy Harris
2014-07-03
1
-15
/
+7
*
Regularize the first line of version output.
Guy Harris
2014-07-03
1
-5
/
+5
*
Move capture_session.h to capchild; what it declares is defined there.
Guy Harris
2014-06-30
1
-1
/
+1
*
Move some more stuff into wsutil.
Guy Harris
2014-06-29
1
-18
/
+12
*
For capchild headers, include <capchild/XXX.h>.
Guy Harris
2014-06-24
1
-2
/
+2
*
Have individual programs get libpcap and libz version info.
Guy Harris
2014-06-23
1
-1
/
+18
*
Add a routine to return a version string including VCS information.
Guy Harris
2014-06-22
1
-8
/
+9
*
Move get_os_version_info() to libwsutil.
Guy Harris
2014-06-21
1
-0
/
+1
*
Move get_copyright_info() to wsutil.
Guy Harris
2014-06-21
1
-0
/
+1
*
Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.
Guy Harris
2014-06-20
1
-1
/
+0
*
Fix builds without pcap.
Guy Harris
2014-06-20
1
-1
/
+1
[next]