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
/
capture_opts.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the routines to talk to dumpcap into a static libcapchild.
Guy Harris
2014-06-23
1
-1
/
+1
*
Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.
Guy Harris
2014-06-20
1
-0
/
+1
*
Fix builds without pcap.
Guy Harris
2014-06-20
1
-1
/
+1
*
Add long names for -a, -b, and -p.
Guy Harris
2014-06-20
1
-0
/
+3
*
Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.
Guy Harris
2014-06-20
1
-23
/
+11
*
"-d" isn't common to all capturing programs, it's dumpcap-specific.
Guy Harris
2014-06-20
1
-6
/
+0
*
Add some long options for capture short options.
Guy Harris
2014-06-20
1
-0
/
+56
*
Add --help and --version long options.
Guy Harris
2014-06-20
1
-8
/
+23
*
Capture Interfaces Dialog:
Irene Ruengeler
2014-06-12
1
-0
/
+1
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Fix ui/iface_lists.c - type attribute is not copied
Roland Knall
2014-03-02
1
-0
/
+1
*
Add a comment about the "default options".
Guy Harris
2013-11-26
1
-0
/
+19
*
Bugfix "Restart the running live capture" when using multiple files makes a l...
Michael Mann
2013-10-23
1
-0
/
+1
*
Handle the 2GiB boundary case of the max filesize autostop condition properly...
Chris Maynard
2013-08-29
1
-2
/
+2
*
add --capture-comment to tshark
Martin Kaiser
2013-08-01
1
-1
/
+9
*
Clean up indentation.
Guy Harris
2013-07-27
1
-1
/
+1
*
command line option --capture-comment for dumpcap
Martin Kaiser
2013-07-27
1
-0
/
+2
*
add capture_comment to the capture_options structure
Martin Kaiser
2013-07-27
1
-0
/
+3
*
From Mike Garratt:
Anders Broman
2013-06-04
1
-0
/
+1
*
Pull the capture-session state information out of capture_opts and put
Guy Harris
2013-05-22
1
-20
/
+1
*
Rename capture_opts_trim_iface() to
Guy Harris
2013-05-22
1
-2
/
+3
*
On OS X, get the interface type from the System Configuration framework.
Guy Harris
2013-05-22
1
-12
/
+0
*
Add interface options preferences.
Irene Rüngeler
2013-03-13
1
-1
/
+1
*
Add buffersize and snap length to the preferences.
Irene Rüngeler
2013-03-07
1
-0
/
+1
*
Add a #define for the default capture buffer size and use it.
Jeff Morriss
2013-02-28
1
-0
/
+3
*
On error, have capture_opts_trim_iface() return the exit status that
Guy Harris
2012-11-21
1
-1
/
+1
*
From Mike Garratt:
Anders Broman
2012-11-19
1
-1
/
+3
*
It looks like we haven't inserted anything into the cap_settings_history
Gerald Combs
2012-08-01
1
-12
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
scan_local_interfaces() isn't in capture_opts.c; don't declare it in
Guy Harris
2012-03-21
1
-3
/
+0
*
capture_opts_add_iface_opt() is not used outside capture_opts.c; make it
Guy Harris
2012-03-12
1
-3
/
+0
*
Actually, you only have monitor mode support if you have pcap_create() -
Guy Harris
2012-01-25
1
-0
/
+2
*
Fix error when building QtShark:
Bill Meier
2012-01-25
1
-2
/
+2
*
Third try. This time pipes and stdin are supported and the
Michael Tüxen
2012-01-25
1
-0
/
+90
*
We need a 3rd try. (After learning how to run the testuite on Windows locally).
Michael Tüxen
2012-01-24
1
-90
/
+0
*
Second try. This time pipes and stdin are supported.
Michael Tüxen
2012-01-24
1
-0
/
+90
*
Add 'extern "C"' wrappers and #include guards to various header files.
Gerald Combs
2011-12-29
1
-0
/
+8
*
Back out infrastructure change. We missed supporting
Michael Tüxen
2011-10-20
1
-83
/
+0
*
Use a global list containing all interfaces and only change
Michael Tüxen
2011-10-20
1
-0
/
+83
*
Get rid of old non-interface specific settings which are now interface
Michael Tüxen
2011-06-27
1
-59
/
+1
*
Get rid of has_cfilter to simplify the handling of multiple interfaces.
Michael Tüxen
2011-05-31
1
-1
/
+0
*
Make remote capturing settings a per interface thing. You can now
Michael Tüxen
2011-05-16
1
-1
/
+12
*
Make pcap samping a per interface setting.
Michael Tüxen
2011-05-16
1
-4
/
+10
*
* Fix a bug when printing a pointer.
Michael Tüxen
2011-05-16
1
-1
/
+0
*
Get -L and -d working with multiple interface. Internally get some functions
Michael Tüxen
2011-05-13
1
-1
/
+1
*
Add support for handling multiple interfaces as command line
Michael Tüxen
2011-05-12
1
-8
/
+45
*
Back out Jeff Morris's change to make the autostop file size 64-bit - it
Guy Harris
2011-04-11
1
-1
/
+1
*
Jeff Morris's change to make the autostop file size 64-bit. Fixes bug
Guy Harris
2011-04-11
1
-1
/
+1
*
Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent
Michael Tüxen
2011-03-01
1
-11
/
+10
*
As mentioned on the users-mailinglist[1], it could be useful to have groups r...
Sake Blok
2010-08-28
1
-0
/
+1
[next]