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
/
pcapio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)
Jakub Zawadzki
2013-12-20
1
-1
/
+1
*
Fix writing enhanced packet blocks when flags are
Michael Tüxen
2013-10-18
1
-4
/
+0
*
For an EPB, write out an "end of options" option if we write out any
Guy Harris
2013-09-29
1
-2
/
+8
*
Add a routine to return the length of a string option, given the string;
Guy Harris
2013-09-29
1
-90
/
+65
*
Rename routines that write pcap-ng files to "pcapng_xxx" rather than
Guy Harris
2013-09-29
1
-184
/
+116
*
We always write to a FILE *, so:
Guy Harris
2013-09-29
1
-81
/
+81
*
Use a common routine to write out string options.
Guy Harris
2013-09-29
1
-65
/
+43
*
Whitespace changes. Use 8-space indents consistently.
Michael Tüxen
2013-01-02
1
-96
/
+96
*
Fix bug introduced by myself in
Michael Tüxen
2013-01-02
1
-1
/
+1
*
Fix bug introduced in
Michael Tüxen
2013-01-02
1
-1
/
+1
*
Use consistent indentation.
Michael Tüxen
2013-01-02
1
-18
/
+18
*
Cast size_t to something the Visual C++ CRT will accept.
Gerald Combs
2013-01-02
1
-13
/
+13
*
Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...
Michael Mann
2013-01-02
1
-127
/
+198
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-50
/
+57
*
Fix writing of PCAP-NG files when flags are provided.
Michael Tüxen
2012-12-25
1
-3
/
+0
*
Add support for writing per packet comments when using pcapng.
Michael Tüxen
2012-12-23
1
-2
/
+29
*
Need to include Windows.h for gettting FILETIME.
Michael Tüxen
2012-12-20
1
-0
/
+3
*
Don't use an pcap structures in pcapio.[ch].
Michael Tüxen
2012-12-20
1
-24
/
+24
*
Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.
Michael Tüxen
2012-12-20
1
-35
/
+0
*
Add support for writing the flags option in the enhanced
Michael Tüxen
2012-12-19
1
-0
/
+15
*
Simplify code.
Michael Tüxen
2012-12-18
1
-4
/
+4
*
fwrite() returns the number of objects written, not the number of bytes.
Michael Tüxen
2012-12-18
1
-4
/
+4
*
Fix sequence of parameters. The size is the second parameter of fwrite,
Michael Tüxen
2012-12-18
1
-4
/
+4
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Allow writing ISB with given recv/drop counters.
Michael Tüxen
2012-04-25
1
-21
/
+14
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048
Michael Tüxen
2012-04-15
1
-2
/
+12
*
Fix Coverty 1392 ('name' might be NULL): don't write out the interface name w...
Jeff Morriss
2012-03-26
1
-1
/
+1
*
To be consistent with the wiretap API don't null terminate the counted strings.
Anders Broman
2012-03-20
1
-49
/
+49
*
From Jose Pedro Oliveira:
Anders Broman
2012-03-12
1
-530
/
+530
*
From Jose Pedro Oliveira: Add Modlines
Anders Broman
2012-03-12
1
-0
/
+13
*
In pcapng.c use the units per second value from the interface instead of
Gerald Combs
2012-03-10
1
-3
/
+4
*
From Jose Pedro Oliveira:
Anders Broman
2012-03-09
1
-42
/
+43
*
Add a note about using GetSystemTimePreciseAsFileTime.
Gerald Combs
2012-03-06
1
-3
/
+6
*
Fix calculation of pading for if_filter_str.
Anders Broman
2012-03-05
1
-3
/
+3
*
if_filter isn't a string per se,The first byte of the Option Data keeps a cod...
Anders Broman
2012-03-04
1
-3
/
+8
*
From Jose Pedro Oliveira: pcapio is writing the if_speed value in the IDB_TSR...
Anders Broman
2012-02-25
1
-1
/
+1
*
Fix a typo and revert previous.
Anders Broman
2012-02-24
1
-1
/
+1
*
- Write ISB(s) at start and end of capture.
Anders Broman
2012-02-22
1
-4
/
+2
*
Expand the API for ISB:s
Anders Broman
2012-02-22
1
-4
/
+60
*
Correctly write os string...
Michael Tüxen
2012-02-21
1
-2
/
+2
*
Whitespace changes.
Michael Tüxen
2012-02-21
1
-2
/
+2
*
Whitespace changes.
Michael Tüxen
2012-02-21
1
-10
/
+10
*
Use tab indentation as elsewhere in the files.
Michael Tüxen
2012-02-21
1
-148
/
+156
*
Check if the string exists first.
Anders Broman
2012-02-21
1
-10
/
+10
*
Extend libpcap_write_interface_description_block() wiyh more options
Anders Broman
2012-02-21
1
-67
/
+162
*
From Anders: Add support for options in the SHB.
Michael Tüxen
2012-02-14
1
-6
/
+65
*
From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cg...
Alexis La Goutte
2012-01-10
1
-2
/
+2
*
Constify some arguments.
Guy Harris
2011-06-15
1
-3
/
+3
[next]