index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sf-pcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove additional ifdefs based upon MSDOS
Michael Richardson
2023-07-26
1
-6
/
+0
*
Fix spelling
Josh Soref
2023-06-25
1
-2
/
+2
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
pcap savefile: Use Reserved1 and Reserved2 in the per-file header
Francois-Xavier Le Bail
2023-05-23
1
-3
/
+2
*
Revert "pcap: Update the per-file header to use reserved1 and reserved2"
Francois-Xavier Le Bail
2023-05-23
1
-6
/
+7
*
pcap: Update the per-file header to use reserved1 and reserved2
Francois-Xavier Le Bail
2023-05-20
1
-7
/
+6
*
Give a more detailed explanation of the use of 0xa1b2c3d4 by rpcap. [skip ci]
Guy Harris
2022-08-27
1
-1
/
+4
*
Update the magic numbers list. [skip ci]
Denis Ovsienko
2022-08-06
1
-0
/
+6
*
rpcap: have the server tell the client its byte order.
Guy Harris
2022-08-06
1
-4
/
+2
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
Linux USB: fix incorrect values for the packet length.
Guy Harris
2022-06-03
1
-0
/
+2
*
pcap: fix the handling of the reserved field.
Guy Harris
2022-03-04
1
-16
/
+4
*
Reject pcap files if the "link-layer types plus other stuff" is invalid.
Guy Harris
2022-03-04
1
-12
/
+23
*
Use "%d" to print a signed int
Francois-Xavier Le Bail
2022-03-01
1
-1
/
+1
*
Add some error checking to pcap_dump().
Shane Kerr
2022-01-15
1
-3
/
+29
*
Fix pcap_dispatch() to return number of packets processed even at EOF.
Guy Harris
2021-11-02
1
-3
/
+3
*
Revert "Quick test to make sure compilers warn about de-constification."
Guy Harris
2020-07-02
1
-10
/
+0
*
Quick test to make sure compilers warn about de-constification.
Guy Harris
2020-07-02
1
-0
/
+10
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-2
/
+2
*
Use more HTTPS in URLs
Francois-Xavier Le Bail
2020-01-19
1
-1
/
+1
*
Fix typo in sf-pcap.c.
Nan Xiao
2019-11-14
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-27
/
+27
*
Use %zu as the print format for size_t
Francois-Xavier Le Bail
2019-08-09
1
-5
/
+5
*
Make sure the *adjusted* snapshot length is the same for all IDBs.
Guy Harris
2019-08-04
1
-12
/
+1
*
Test hdr.snaplen to see whether it fits in an int.
Guy Harris
2019-07-25
1
-3
/
+3
*
Use "ab+" rather than "rb+" for the pcap_dump_open_append() open mode.
Guy Harris
2019-06-25
1
-12
/
+39
*
Read the magic number into a byte array.
Guy Harris
2019-06-12
1
-10
/
+14
*
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
[next]