• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

common/14-Jan-2024-290192

generic/14-Jan-2024-1,557924

route/14-Jan-2024-540299

MessageDefinition.cppD14-Jan-20242.6 KiB7343

MessageDefinition.hD14-Jan-20245.8 KiB20487

NetlinkProtocol.cppD14-Jan-20242 KiB6537

NetlinkProtocol.hD14-Jan-20241.7 KiB6327

READMED14-Jan-2024583 97

all.cppD14-Jan-20241.4 KiB4722

all.hD14-Jan-2024983 325

structs.cppD14-Jan-20241.6 KiB6133

structs.hD14-Jan-20241.2 KiB4218

README

1This folder contains message definitions for various protocols based on Netlink.
2
3The structure is as follows:
4protocols/*.(cpp|h)                - base definition classes and protocol definition lookup
5protocols/common/                  - common message types that apply to all protocols
6protocols/<proto>/<proto>.(cpp|h)  - protocol definition (usually just a list of message types)
7protocols/<proto>/*.(cpp|h)        - message definition that covers all message types with the same
8                                     header (T type in MessageDefinition template) and attributes
9