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
*
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
*
"-d" isn't common to all capturing programs, it's dumpcap-specific.
Guy Harris
2014-06-20
1
-0
/
+6
*
Add some long options for capture short options.
Guy Harris
2014-06-20
1
-21
/
+2
*
Add --help and --version long options.
Guy Harris
2014-06-20
1
-3
/
+5
*
Profiling show that g_log() takes a lot of CPU even when logging isn't
AndersBroman
2014-05-08
1
-0
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Fix dumpcap.c: Assigned value is garbage or undefined (clang analyzer)
Hadriel Kaplan
2014-02-27
1
-1
/
+6
*
Replace "svn" with "git" all over the place.
Gerald Combs
2014-02-07
1
-5
/
+5
*
From Toralf Förster
Martin Kaiser
2014-01-17
1
-2
/
+2
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-17
1
-1
/
+1
*
Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)
Jakub Zawadzki
2013-12-20
1
-1
/
+1
*
From "bd": Fix " Wireshark stops showing new packets but dumpcap keeps writin...
Bill Meier
2013-12-17
1
-2
/
+2
*
Specify SI units for the max filesize autostop condition. For now, keep the ...
Chris Maynard
2013-12-02
1
-7
/
+7
*
Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.
Jakub Zawadzki
2013-11-29
1
-9
/
+8
*
Report the interface when an open or an attempt to set the link-layer
Guy Harris
2013-11-26
1
-16
/
+8
*
include <wsutil/pint.h> only when needed.
Jakub Zawadzki
2013-11-09
1
-0
/
+1
*
Print if_dropped
Anders Broman
2013-11-04
1
-7
/
+12
*
Rename routines that write pcap-ng files to "pcapng_xxx" rather than
Guy Harris
2013-09-29
1
-44
/
+44
*
We always write to a FILE *, so:
Guy Harris
2013-09-29
1
-9
/
+9
*
Handle the 2GiB boundary case of the max filesize autostop condition properly...
Chris Maynard
2013-08-29
1
-3
/
+7
*
Check our recently-added signal pipe in statistics mode.
Gerald Combs
2013-08-25
1
-0
/
+4
*
Output a warning about kernel BPF JIT compiler beeing activated.
Anders Broman
2013-08-23
1
-1
/
+1
*
Output a warning about kernel BPF JIT compiler beeing activated.
Anders Broman
2013-08-23
1
-0
/
+6
*
fix compiler warning on Debian wheezy (gcc 4.7.2)
Martin Kaiser
2013-08-22
1
-1
/
+2
*
Only enable the Linux kernel BPF JIT compiler if we're on Linux.
Guy Harris
2013-08-22
1
-10
/
+22
*
Enable Kernel BPF JIT compiler from dumpcap.
Anders Broman
2013-08-22
1
-0
/
+21
*
I guess Solaris's getopt_long() "struct option" declaration doesn't have
Guy Harris
2013-08-14
1
-1
/
+1
*
Fix error when build with clang 3.0
Alexis La Goutte
2013-08-10
1
-2
/
+2
*
Trivial: Wrap text at column 80.
Chris Maynard
2013-07-29
1
-1
/
+2
*
if we capture on multiple interfaces, the output file will be pcapn-ng
Martin Kaiser
2013-07-27
1
-5
/
+6
*
command line option --capture-comment for dumpcap
Martin Kaiser
2013-07-27
1
-1
/
+10
*
use capture_comment from the capture_options structure
Martin Kaiser
2013-07-27
1
-1
/
+9
*
use getopt_long() in dumpcap
Martin Kaiser
2013-07-24
1
-1
/
+5
*
"man inet_pton" only says that it returns a negative value, zero or a postive...
Chris Maynard
2013-07-16
1
-1
/
+1
*
C++ style comments are not allowed in ISO C90. (Fixes the rest of them now t...
Chris Maynard
2013-07-15
1
-13
/
+13
[next]