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
/
diag-control.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify conditional branching in diag-control.h.
Denis Ovsienko
2023-02-18
1
-43
/
+43
*
diag-control.h: improve a comment. [skip ci]
Guy Harris
2022-07-13
1
-3
/
+3
*
diag-control.h: define PCAP_DO_PRAGMA() iff we're going to use it.
Guy Harris
2022-07-12
1
-1
/
+1
*
Test PCAP_IS_AT_LEAST_CLANG_VERSION(2,8) before testing _MSC_VER.
Guy Harris
2022-03-21
1
-55
/
+58
*
Revert the DIAG_{OFF,ON}_PTR_TO_INT changes.
Guy Harris
2022-01-02
1
-43
/
+1
*
Oops, missed an _ when typing the DIAG_*_PTR_TO_INT stuff in.
Guy Harris
2022-01-01
1
-1
/
+1
*
Have a separate DIAG_OFF_ for pointer-to-integer narrowing.
Guy Harris
2022-01-01
1
-1
/
+43
*
Use __builtin_unreachable(). [skip ci]
Denis Ovsienko
2021-08-06
1
-0
/
+16
*
Define DIAG_OFF_FORMAT_TRUNCATION better.
Denis Ovsienko
2021-07-31
1
-5
/
+12
*
Suppress temporarily the warnings with "enable remote packet capture"
Francois-Xavier Le Bail
2021-06-29
1
-0
/
+15
*
Remove trailing spaces
Francois-Xavier Le Bail
2020-12-29
1
-1
/
+1
*
grammar: squelch warnings about switch statements with only a default case.
Guy Harris
2020-07-03
1
-3
/
+4
*
bpf_filter: suppress "switch has only a default case" warning.
Guy Harris
2020-07-03
1
-0
/
+16
*
NPF: squelch some warnings about enum values not handled in switches.
Guy Harris
2020-07-03
1
-0
/
+20
*
Expand a comment.
Guy Harris
2020-05-30
1
-1
/
+1
*
Add pcap_handle(), and deprecate pcap_fileno(), on Windows.
Guy Harris
2020-05-30
1
-1
/
+2
*
Suppress warnings about the deprecation of gethostbyname().
Guy Harris
2018-09-14
1
-2
/
+33
*
Don't do push/pop when suppressing warnings in grammar.y.
Guy Harris
2018-09-13
1
-26
/
+8
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-0
/
+27
*
No, Bison *doesn't* have that problem. It's Flex.
Guy Harris
2018-05-30
1
-4
/
+2
*
Suppress unused-parameter warnings in Bison-generated code.
Guy Harris
2018-05-30
1
-2
/
+8
*
Update a comment.
Guy Harris
2018-05-06
1
-2
/
+1
*
Suppress unreachable-code warnings in generated code in MSVC.
Guy Harris
2018-05-06
1
-3
/
+16
*
Turn on -Wunreachable-code and suppress it in generated code.
Guy Harris
2018-05-06
1
-42
/
+70
*
Ignore unused-parameter warnings in Flex code when compiling with GCC.
Guy Harris
2018-04-04
1
-1
/
+2
*
Enable -Wunused-parameter and fix warnings that are almost trivial.
Joerg Mayer
2018-04-02
1
-1
/
+2
*
Suppress more narrowing warnings.
Guy Harris
2018-03-31
1
-1
/
+2
*
Suppress narrowing warnings in Flex-generated code.
Guy Harris
2018-03-31
1
-2
/
+3
*
Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.
Joerg Mayer
2018-03-28
1
-1
/
+2
*
Turn off -Wdocumentation warning for Flex-generated code.
Joerg Mayer
2018-03-27
1
-1
/
+7
*
Clean up comments.
Guy Harris
2018-03-21
1
-15
/
+4
*
We need at least GCC 4.6 for pushing and popping warnings.
Guy Harris
2018-03-21
1
-7
/
+13
*
Suppress GCC/Clang warnings in Flex-generated code.
Guy Harris
2018-03-21
1
-3
/
+51
*
Suppress warnings in Flex-generated code.
Guy Harris
2018-03-20
1
-0
/
+13
*
Fix indentation.
Guy Harris
2018-03-20
1
-1
/
+1
*
Squelch more warnings in Bison-generated code.
Guy Harris
2018-03-20
1
-1
/
+4
*
Fix header.
Guy Harris
2018-03-20
1
-1
/
+1
*
Suppress some warnings in Bison-generated code.
Guy Harris
2018-03-20
1
-21
/
+36
*
Fix a tyqo.
Guy Harris
2018-02-24
1
-1
/
+1
*
We need pcap/compiler-tests.h in diag-control.h.
Guy Harris
2018-02-24
1
-0
/
+2
*
With some versions of GCC we need to suppress dianostics in grammar.h.
Guy Harris
2018-02-24
1
-0
/
+88