index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sf-pcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a file descriptor leak
Alex Smith
2019-03-08
1
-0
/
+1
*
Corrected copy-pasto
Alex Smith
2019-03-08
1
-2
/
+2
*
Corrected function name in error text
Alex Smith
2019-03-08
1
-1
/
+1
*
Bring style more inline with prevailing
Alex Smith
2019-03-08
1
-5
/
+3
*
pcap_dump_fopen differing Windows CRTs work-around
Alex Smith
2019-03-08
1
-0
/
+48
*
Don't overflow an int.
Guy Harris
2018-10-15
1
-1
/
+8
*
Add in a comment to clarify that we're not over the snapshot length.
Guy Harris
2018-10-15
1
-0
/
+3
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.
Guy Harris
2018-09-09
1
-1
/
+5
*
Add PRIsize, to use as the print format for size_t, and use it.
Guy Harris
2018-08-05
1
-12
/
+10
*
Remove no more used field 'tzoff' in some structures
Francois-Xavier Le Bail
2018-08-03
1
-1
/
+0
*
Set always 'time zone offset' field to zero in the pcap file header
Francois-Xavier Le Bail
2018-08-01
1
-5
/
+11
*
Fix the "caplen is bigger than snapshot length" case.
Guy Harris
2018-05-09
1
-8
/
+16
*
Don't use fopen_s().
Guy Harris
2018-01-29
1
-11
/
+17
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-27
/
+25
*
Handle fopen() and fopen_s() differently.
Guy Harris
2017-10-31
1
-14
/
+11
*
Get rid of setbuf() macro; use setvbuf() instead.
Guy Harris
2017-09-30
1
-2
/
+2
*
Add pcap_dump_ftell64().
Guy Harris
2017-09-29
1
-0
/
+39
*
Get rid of pcap-stdinc.h.
Guy Harris
2017-09-05
1
-1
/
+2
*
Put the stuff to get the sized integer types defined into pcap-types.h.
Guy Harris
2017-09-04
1
-10
/
+1
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Allow bigger D-Bus packets, but don't allocate big buffers initially.
Guy Harris
2017-06-01
1
-28
/
+117
*
Don't reject pcap files or pcapng IDBs with a too-large snaplen.
Guy Harris
2017-05-14
1
-9
/
+7
*
Get rid of RCS ID.
Guy Harris
2017-03-18
1
-5
/
+0
*
Check for null pointers supplied as file names
Francois-Xavier Le Bail
2016-09-09
1
-0
/
+11
*
Check for, and squelch, signed vs. unsigned comparison errors.
Guy Harris
2016-07-25
1
-2
/
+2
*
More snprintf -> pcap_snprintf.
Guy Harris
2015-11-03
1
-2
/
+2
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-33
/
+33
*
Expand a comment
Francois-Xavier Le Bail
2015-10-25
1
-2
/
+4
*
Add file capture length sanity check for pcap savefiles
Francois-Xavier Le Bail
2015-10-24
1
-2
/
+10
*
Add versions sanity checks for pcap and pcap-ng savefiles
Francois-Xavier Le Bail
2015-10-10
1
-1
/
+16
*
Improve the error message to clarify the problem
Francois-Xavier Le Bail
2015-10-01
1
-1
/
+2
*
Squelch some compiler narrowing warnings.
Guy Harris
2015-09-27
1
-2
/
+2
*
The official #define for 32-bit and 64-bit Windows is _WIN32.
Guy Harris
2015-08-31
1
-8
/
+8
*
Static variables considered harmful.
Guy Harris
2015-08-07
1
-23
/
+50
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
Add pcap_dump_open_append() to open for appending.
Guy Harris
2015-02-15
1
-0
/
+162
*
Don't treat 65535 as the maximum snapshot length.
Guy Harris
2014-06-25
1
-3
/
+3
*
Byte-swap the T and L in TLVs as necessary when reading an NFLOG file.
Guy Harris
2014-02-02
1
-17
/
+2
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-2
/
+2
*
Fix handling of time stamps in pcap-ng files.
Guy Harris
2013-07-01
1
-0
/
+2
*
Replace the _nsectime routines with _with_tstamp_precision routines.
Guy Harris
2013-07-01
1
-15
/
+87
*
Introduce pcap_open_offline_nsectime and pcap_open_dead_nsectime
Michal Sekletar
2013-06-25
1
-8
/
+9
*
Make timestamps precision configurable
Michal Sekletar
2013-05-30
1
-5
/
+18
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-26
/
+67
*
Assorted header changes.
Guy Harris
2011-01-12
1
-2
/
+6
*
Added the definition of SET_BINMODE under WIN32.
test2
2010-03-09
1
-0
/
+13
*
Byte-swap the extra fields in the "version 1" USB monitor header.
Guy Harris
2010-01-25
1
-1
/
+4
*
Add limited support for reading pcap-ng files.
Guy Harris
2010-01-09
1
-0
/
+598