Name Date Size #Lines LOC

..--

common/H25-Apr-2025-301201

generic/H25-Apr-2025-1,560925

route/H25-Apr-2025-594349

MessageDefinition.cppH A D25-Apr-20252.6 KiB7343

MessageDefinition.hH A D25-Apr-20255.8 KiB20487

NetlinkProtocol.cppH A D25-Apr-20252 KiB6537

NetlinkProtocol.hH A D25-Apr-20251.7 KiB6327

READMEH A D25-Apr-2025583 97

all.cppH A D25-Apr-20251.4 KiB4722

all.hH A D25-Apr-2025983 325

structs.cppH A D25-Apr-20251.6 KiB6133

structs.hH A D25-Apr-20251.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