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_sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
From Richard van der Hoff:
Anders Broman
2006-08-02
1
-4
/
+3
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-4
/
+4
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Handle the case where we *can't* determine the pathname in which to find
Guy Harris
2006-05-01
1
-2
/
+9
*
Clean up if CreateProcess() fails.
Guy Harris
2006-04-03
1
-0
/
+3
*
Put the low-level sync routines into a common file so they can be shared
Guy Harris
2006-04-03
1
-7
/
+9
*
disable the call to sync_pipe_errmsg_to_parent for now, if execv failed (so a...
Ulf Lamping
2006-03-24
1
-2
/
+3
*
Dumpcap probably has *no* windows.
Guy Harris
2006-03-24
1
-1
/
+3
*
Various code cleanup in the capture pipe stuff
Ulf Lamping
2006-03-24
1
-223
/
+140
*
Fix pipe_read_bytes() to return the total number of bytes read, not just
Guy Harris
2006-03-19
1
-2
/
+2
*
fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...
Ulf Lamping
2006-03-13
1
-33
/
+58
*
debugging helper: if (for whatever reason) the message from dumpcap was inval...
Ulf Lamping
2006-03-09
1
-0
/
+5
*
Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't any
Gerald Combs
2006-03-09
1
-13
/
+14
*
Pass two strings in capture child messages, so the child can send
Guy Harris
2006-03-05
1
-30
/
+59
*
fix some bugs introduced with command line encapsulation
Ulf Lamping
2006-02-17
1
-25
/
+12
*
We now quote args as necessary on Windows when constructing the command
Guy Harris
2006-02-17
1
-19
/
+5
*
On Windows. quote arguments as necessary before sticking them into the
Guy Harris
2006-02-17
1
-3
/
+81
*
remove dependencies to pcap.h, so getting an idea what needs to be done by du...
Ulf Lamping
2006-02-17
1
-3
/
+8
*
At least on UN*X, the first argument - argv[0] - is supposed to be the
Guy Harris
2006-02-12
1
-4
/
+7
*
Distinguish between pipe_read_block() returning 0 (EOF) or a negative
Guy Harris
2006-02-12
1
-2
/
+10
*
Instead of using (commented-out) g_warning() calls to log errors reading
Guy Harris
2006-02-12
1
-9
/
+26
*
add a minor comment
Ulf Lamping
2006-02-12
1
-0
/
+1
*
Add a routine to attempt to get the absolute pathname of the executable
Guy Harris
2006-02-12
1
-4
/
+2
*
Fix up indentation.
Guy Harris
2006-02-12
1
-6
/
+2
*
we still need sync_pipe_errmsg_to_parent() for the *NIX build
Ulf Lamping
2006-02-12
1
-0
/
+12
*
the point of no return ...
Ulf Lamping
2006-02-11
1
-164
/
+117
*
only a backup, nothing changed for now.
Ulf Lamping
2006-02-10
1
-2
/
+50
*
remove the setting of no longer required command line options:
Ulf Lamping
2005-12-15
1
-14
/
+18
*
we don't use the command line option -W any longer, remove it from a comment
Ulf Lamping
2005-12-13
1
-1
/
+0
*
move the complete functionality of the capture info dialog from capture_loop....
Ulf Lamping
2005-12-04
1
-18
/
+1
*
add missing functions (to complete/cleanup of interface):
Ulf Lamping
2005-12-03
1
-7
/
+3
*
precise some pipe message comments
Ulf Lamping
2005-12-03
1
-2
/
+6
*
Make the message length in the sync pipe message header 3 bytes of
Guy Harris
2005-11-18
1
-18
/
+29
*
replace *a lot* of file related calls by their GLib counterparts. This is nec...
Ulf Lamping
2005-11-06
1
-19
/
+11
*
fix Ethereal so command line capture parameter will work with kilobytes (again)
Ulf Lamping
2005-10-07
1
-2
/
+0
*
capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers
Ulf Lamping
2005-08-20
1
-4
/
+4
*
Some 'no previous declararion' warning fixes
Jörg Mayer
2005-08-14
1
-1
/
+1
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-33
/
+19
*
Last set of char -> const char trivial warning fixes.
Jörg Mayer
2005-08-06
1
-6
/
+6
*
fix #148: (win32 only) use command line parameter -B to set capture buffer size
Ulf Lamping
2005-05-30
1
-0
/
+5
*
some cleanup of capture error notification handling
Ulf Lamping
2005-05-26
1
-6
/
+10
*
use the log features of the GLib to have verbose output of the capturing engi...
Ulf Lamping
2005-05-26
1
-4
/
+26
*
forgot to init savefilestring = NULL;
Ulf Lamping
2005-05-25
1
-0
/
+1
*
fix #199: encapsulate capture filename, to avoid problems with spaces in the ...
Ulf Lamping
2005-05-25
1
-5
/
+16
*
(hopefully) removed various gcc warnings
Ulf Lamping
2005-04-30
1
-2
/
+1
*
capture engine:
Ulf Lamping
2005-04-12
1
-46
/
+34
*
it should now be possible to use "Update packets in real time" even if used w...
Ulf Lamping
2005-04-12
1
-198
/
+151
*
various capture code cleanup and fixes:
Ulf Lamping
2005-04-11
1
-61
/
+54
*
Win32 only bugfix: as using TerminateProcess is the brute force way and somet...
Ulf Lamping
2005-04-10
1
-21
/
+55
*
refactoring of the capture startup (while the capture parent waits for the ch...
Ulf Lamping
2005-04-10
1
-81
/
+104
[next]