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
/
ringbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ringbuffer.[ch] file format agnostic.
Michael Tüxen
2009-04-26
1
-14
/
+4
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-12
/
+12
*
Fix for bug 1591:
Jaap Keuter
2007-05-15
1
-4
/
+4
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Have the ring buffer routines take a pointer to a "bytes written" count
Guy Harris
2006-04-29
1
-6
/
+7
*
When capturing, we only support writing to libpcap files. Given that,
Guy Harris
2006-03-04
1
-18
/
+21
*
replace *a lot* of file related calls by their GLib counterparts. This is nec...
Ulf Lamping
2005-11-06
1
-14
/
+7
*
added compression support for capture file output. The Save/As dialog now has...
Ulf Lamping
2005-09-14
1
-1
/
+1
*
fix #357: increment ring buffer "file names" (again?)
Ulf Lamping
2005-08-19
1
-5
/
+5
*
Add APIs to Wiretap to return the file of the size as supplied by the OS
Guy Harris
2005-08-19
1
-5
/
+1
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-5
/
+1
*
major capture engine rework: use two task model for EVERY capture mode
Ulf Lamping
2005-03-28
1
-0
/
+6
*
prevent ringbuffer from having to know about capture_file type at all (decoup...
Ulf Lamping
2005-02-03
1
-5
/
+5
*
don't use two variables for keeping the current ringbuffer file number
Ulf Lamping
2005-01-12
1
-5
/
+6
*
Set the svn:eol-style property on all text files to "native", so that
Guy Harris
2004-07-18
1
-1
/
+1
*
On at least some platforms, a #define of O_BINARY is needed even if
Guy Harris
2004-06-30
1
-1
/
+6
*
define of O_BINARY not needed, if fcntl.h is included
Ulf Lamping
2004-06-29
1
-6
/
+1
*
If, when rotating capture files, the attempt to close the current file
Guy Harris
2004-06-02
1
-9
/
+14
*
Only handle as a suffix stuff following a "." in the last component of a
Guy Harris
2004-02-25
1
-3
/
+16
*
Don't unlink ringbuffer files if we haven't yet allocated the array of
Guy Harris
2004-02-25
1
-4
/
+6
*
Ringbuffer rework.
Laurent Deniel
2003-06-22
1
-298
/
+180
*
From Graeme Hewson:
Gerald Combs
2002-09-22
1
-15
/
+62
*
Removed trailing whitespaces from .h and .c files using the
Jörg Mayer
2002-08-28
1
-24
/
+24
*
Replace the types from sys/types.h and netinet/in.h by their glib.h
Jörg Mayer
2002-08-02
1
-5
/
+1
*
From Graeme Hewson: flush the output after every frame if Tethereal is
Guy Harris
2002-06-23
1
-3
/
+16
*
Check whether "fflush()" succeeds, and clean up and return an error if
Guy Harris
2002-05-04
1
-7
/
+37
*
Make the bytes-written information from Wiretap a long, as we allow
Guy Harris
2001-12-04
1
-0
/
+393