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
/
gencode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redo DLT_/LINKTYPE_ translation.
Guy Harris
2023-08-01
1
-3
/
+3
*
remove additional ifdefs based upon MSDOS
Michael Richardson
2023-07-26
1
-4
/
+0
*
Clean up indentation.
Guy Harris
2023-07-21
1
-114
/
+110
*
Fix spelling
Josh Soref
2023-06-25
1
-6
/
+6
*
gencode: Remove an assignment after a bpf_error() call
Francois-Xavier Le Bail
2023-06-04
1
-1
/
+0
*
Use %zu as the print format for size_t
Francois-Xavier Le Bail
2023-06-03
1
-1
/
+1
*
Jump to "quit" label if scanner cannot be initialized
Rose
2023-06-01
1
-6
/
+10
*
compiler: parse port numbers in ranges using the standard number parser.
Guy Harris
2023-05-07
1
-7
/
+273
*
compiler: remove unneeded argument from gen_mcode6().
Guy Harris
2023-05-06
1
-9
/
+6
*
Address a few compiler warnings on Haiku.
Denis Ovsienko
2023-04-23
1
-6
/
+15
*
Clean up DECnet address handling.
Denis Ovsienko
2023-03-12
1
-16
/
+29
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-8
/
+8
*
gencode: Unify NetBSD and non-NetBSD alignment, and make more general
Jessica Clarke
2023-01-27
1
-7
/
+22
*
gencode.c: Update a comment about the VLAN TPID test
Francois-Xavier Le Bail
2022-09-13
1
-1
/
+1
*
gencode.c: include <stdio.h> to declare vsnprintf().
Guy Harris
2022-08-01
1
-0
/
+1
*
Include <sys/types.h> properly.
Denis Ovsienko
2022-06-21
1
-1
/
+0
*
Fix building without protochain support. (GH #852)
Denis Ovsienko
2022-06-14
1
-4
/
+8
*
Remove the unused CHASE_CHAIN props.
Denis Ovsienko
2022-06-14
1
-11
/
+0
*
Lose gen_joinsp(), which is dead code. [skip ci]
Denis Ovsienko
2022-06-14
1
-8
/
+0
*
In gencode.c return PCAP_ERROR, not -1.
Denis Ovsienko
2022-06-14
1
-9
/
+9
*
Expand abbreviations into "proto X" properly.
Denis Ovsienko
2022-06-12
1
-18
/
+6
*
Remove trailing spaces
Francois-Xavier Le Bail
2022-03-02
1
-1
/
+1
*
gencode: "all but the lower 2 bits are 1's" is 0xfffffffc, not 0xfffffffe.
Guy Harris
2022-01-30
1
-1
/
+1
*
Improve handling of DLT_PFLOG when generating filter code.
Guy Harris
2022-01-29
1
-107
/
+61
*
Handle NetBSD DLT_HDLC.
Guy Harris
2021-12-21
1
-0
/
+4
*
gencode.c: put the include of gencode.h back after the include of llc.h.
Guy Harris
2021-08-11
1
-2
/
+1
*
gencode.c: don't include grammar.h.
Guy Harris
2021-08-11
1
-5
/
+0
*
Add the minimum and maximum matching DLTs to an error message.
Guy Harris
2021-08-11
1
-1
/
+2
*
Fix compiling on Solaris 11.4/AMD64.
Denis Ovsienko
2021-08-11
1
-2
/
+7
*
Use __builtin_unreachable(). [skip ci]
Denis Ovsienko
2021-08-06
1
-4
/
+2
*
Squelch a few warnings on AIX. [skip appveyor]
Denis Ovsienko
2021-07-30
1
-0
/
+6
*
Get DLT_MATCHING_MAX right in gencode.c on NetBSD.
Denis Ovsienko
2021-03-12
1
-7
/
+14
*
Expand a comment. [skip ci]
Guy Harris
2021-02-02
1
-1
/
+12
*
Restore "iff" (revert 824aa78). [skip ci]
Denis Ovsienko
2020-10-12
1
-1
/
+1
*
Fix typos
Francois-Xavier Le Bail
2020-08-10
1
-1
/
+1
*
Fix an error message
Francois-Xavier Le Bail
2020-05-24
1
-1
/
+1
*
Update some comments.
Guy Harris
2020-05-19
1
-2
/
+2
*
New filter "ifindex" for LINUX_SLL2 and live Linux captures
Bill Fenner
2020-05-19
1
-0
/
+47
*
Remove duplicate words
Francois-Xavier Le Bail
2020-03-28
1
-2
/
+2
*
Don't check for PF_PACKET or SO_ATTACH_FILTER.
Guy Harris
2020-02-18
1
-5
/
+5
*
Check for invalid IPv4 addresses.
Guy Harris
2019-12-18
1
-1
/
+8
*
Test mask length against the size of mask.s6_addr.
Guy Harris
2019-10-03
1
-3
/
+3
*
Just point to the big "kludge" comment in gen_vlan().
Guy Harris
2019-08-31
1
-23
/
+2
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-5
/
+5
*
Move the ETHERTYPE_TEB macro in ethertype.h
Francois-Xavier Le Bail
2019-07-22
1
-4
/
+0
*
Fix a warning
Francois-Xavier Le Bail
2019-04-30
1
-1
/
+0
*
Clean up some references to WinPcap.
Guy Harris
2019-04-19
1
-1
/
+1
*
Report the DLT description in error messages
Bill Fenner
2019-04-15
1
-17
/
+13
*
Rename DLT_IPMB to DLT_IPMB_KONTRON.
Guy Harris
2019-03-22
1
-1
/
+2
*
Add DLT_/LINKTYPE_ values for IEEE802_15_4_TAP
James Ko
2019-02-17
1
-0
/
+1
[next]