summaryrefslogtreecommitdiff
path: root/src/libnet_build_lldp.c
Commit message (Collapse)AuthorAgeFilesLines
* src: lldp: drop extra const for consistency with rest of libnetJoachim Wiberg2021-08-111-3/+3
| | | | | | https://github.com/libnet/libnet/commit/4059e2ef7f277b962dc4a93bd2df9445361c7cca#r54752736 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
* Minor coding style changesJoachim Wiberg2021-08-111-261/+240
| | | | | | | | | | - Four space indent - Braces on their own row, not cuddled - No need for braces if only one statement, like return/goto - Space between if and its parenthesis - Variable decl. at top of function or block Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
* fix: lldp: remove unnecessary assertsValery Ivanov2021-08-111-17/+0
|
* feat(functions): add libnet_build_lldp_org_spec functionValery Ivanov2021-05-081-0/+59
|
* feat(functions): add libnet_build_lldp_end functionValery Ivanov2021-05-081-0/+46
|
* feat(functions): add libnet_build_lldp_ttl functionValery Ivanov2021-05-081-0/+60
|
* feat(functions): add libnet_build_lldp_port functionValery Ivanov2021-05-081-0/+76
|
* feat(functions): add libnet_build_lldp_chassis functionValery Ivanov2021-05-071-0/+83