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_loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(hopefully) removed various gcc warnings
Ulf Lamping
2005-04-30
1
-1
/
+1
*
beautify an error message
Ulf Lamping
2005-04-16
1
-7
/
+11
*
capture engine:
Ulf Lamping
2005-04-12
1
-24
/
+38
*
it should now be possible to use "Update packets in real time" even if used w...
Ulf Lamping
2005-04-12
1
-0
/
+5
*
fix some error handling
Ulf Lamping
2005-04-11
1
-5
/
+17
*
fix a typo
Ulf Lamping
2005-04-10
1
-1
/
+1
*
Win32 only bugfix: as using TerminateProcess is the brute force way and somet...
Ulf Lamping
2005-04-10
1
-0
/
+17
*
Fix indentation.
Guy Harris
2005-04-10
1
-10
/
+10
*
various (minor) capture code cleanup
Ulf Lamping
2005-03-28
1
-0
/
+16
*
fix Solaris build (I've removed O_BINARY)
Ulf Lamping
2005-03-28
1
-13
/
+10
*
remove capture_child flag from capture_opts as it's no longer required
Ulf Lamping
2005-03-28
1
-37
/
+8
*
a lot more capture engine code cleanup
Ulf Lamping
2005-03-28
1
-21
/
+76
*
major capture engine rework: use two task model for EVERY capture mode
Ulf Lamping
2005-03-28
1
-0
/
+26
*
If we have "pcap_freecode()", use it to free the instructions for a BPF
Guy Harris
2005-03-23
1
-0
/
+6
*
Add a capture_fr() routine when capturing on Frame Relay.
Guy Harris
2005-03-21
1
-0
/
+5
*
pass child capture filename to parent process (name currently unused) and som...
Ulf Lamping
2005-02-23
1
-0
/
+1
*
WinPcap 3.0 might support PPP/WAN capturing on Windows OT, so lump it
Guy Harris
2005-02-15
1
-7
/
+11
*
Get rid of a few cf_get_ references missed by the previous checkin.
Guy Harris
2005-02-06
1
-1
/
+1
*
another two steps towards privilege seperation:
Ulf Lamping
2005-02-06
1
-5
/
+5
*
remove #include "globals.h" and access to global cfile, use access functions ...
Ulf Lamping
2005-02-04
1
-17
/
+16
*
(some) redesign of capture data structures.
Ulf Lamping
2005-02-04
1
-10
/
+10
*
move capture_file_fd field from capture_file to capture_opts type, as this is...
Ulf Lamping
2005-02-03
1
-4
/
+4
*
prevent ringbuffer from having to know about capture_file type at all (decoup...
Ulf Lamping
2005-02-03
1
-3
/
+3
*
fix a bug (reported by Greg Morris) caused by code cleanup (blame it on me):
Ulf Lamping
2005-01-13
1
-1
/
+2
*
From Thomas Boehne: fix a call to use errmsg_len rather than sizeof
Guy Harris
2005-01-07
1
-1
/
+1
*
Pass "capture_opts" to "capture_loop_dispatch()", as
Guy Harris
2004-12-29
1
-3
/
+3
*
move global capture_child flag into capture_options
Ulf Lamping
2004-12-29
1
-17
/
+18
*
Don't use a global capture_opts in the capturing engine (this isn't a good id...
Ulf Lamping
2004-12-29
1
-33
/
+34
*
Make the tone of the error messages a bit less formal, by using
Guy Harris
2004-12-29
1
-2
/
+2
*
Use the "errmsg_len" argument to "capture_loop_open_output()" -
Guy Harris
2004-12-29
1
-3
/
+3
*
some code cleanup (comments changed)
Ulf Lamping
2004-12-28
1
-1
/
+7
*
a lot of code cleanup/refactoring
Ulf Lamping
2004-12-27
1
-295
/
+393
*
Move some #defines and #includes around, and add some other #includes,
Guy Harris
2004-10-30
1
-2
/
+21
*
split capture_loop from capture.c, some more code cleanup
Ulf Lamping
2004-10-30
1
-0
/
+1355