summaryrefslogtreecommitdiff
path: root/print-isoclns.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-4/+2
* Put "{" at end of line with "for" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* Put "{" at end of line with "while" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-8/+4
* Switch print-isoclns.c to AFNUM_ code points. [skip ci]Denis Ovsienko2023-02-221-12/+13
* Spell "indent" where it belongs.Denis Ovsienko2021-03-281-41/+41
* Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris2021-01-051-4/+1
* ISIS: Replace the 'if (nd_printzp()) goto trunc' by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-6/+3
* Use MAC_ADDR_LEN in a few more places. [skip ci]Denis Ovsienko2020-09-191-1/+1
* Remove 7 more ND_TCHECK calls.Denis Ovsienko2020-09-081-4/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv4)) callsFrancois-Xavier Le Bail2020-09-081-4/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-10/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) callsFrancois-Xavier Le Bail2020-09-071-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-35/+0
* esis: explain why we're doing ND_TTEST_LEN(pptr, 1).Guy Harris2020-05-271-0/+4
* isis: add some additional length checks.Guy Harris2020-05-261-0/+4
* esis: use ND_TTEST_LEN() and ND_BYTES_BETWEEN() on pointers.Guy Harris2020-05-261-2/+2
* clnp: use ND_BYTES_BETWEEN() to get the bytes between two packet pointers.Guy Harris2020-05-261-2/+2
* IS-IS: Add LAN Adjacency Segment Identifier subTLVckishimo2020-05-251-0/+47
* IS-IS: Add support for Node/Prefix SIDs as per rfc 8667Hannes Gredler2020-04-071-6/+157
* Parse the IS-IS Instance Identifier TLV from RFC8202Manoharan Sundaramoorthy2020-02-211-24/+20
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-25/+25
* IS-IS: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2019-11-091-1/+1
* IS-IS: Fix some undefined behaviors at runtimeFrancois-Xavier Le Bail2019-11-081-6/+13
* Cleaning spacesFrancois-Xavier Le Bail2019-11-071-6/+6
* add isis router capability TLVckishimo2019-09-041-0/+23
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* More use of %zu to print sizeof values.Guy Harris2019-08-111-12/+12
* Remove more old-compiler compensation.Guy Harris2019-08-081-5/+5
* Use nd_print_protocol_caps() to print the protocol name in capsFrancois-Xavier Le Bail2019-06-231-1/+1
* Fix trailing spacesFrancois-Xavier Le Bail2019-05-231-1/+1
* Clean up TLV processing.Guy Harris2019-05-141-123/+195
* Squelch more warnings.Guy Harris2019-04-171-14/+14
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-2/+3
* IS-IS: Simplify some expressionsFrancois-Xavier Le Bail2019-04-091-37/+37
* ISOCLNS: Replace printf by ND_PRINT even when "#if 0"ed-outFrancois-Xavier Le Bail2019-04-091-1/+1
* IS-IS: Fix some loops for undefined behavior at runtimeFrancois-Xavier Le Bail2019-04-081-21/+50
* IS-IS: Fix a loop for undefined behavior at runtimeFrancois-Xavier Le Bail2019-04-081-4/+9
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-212/+220
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-27/+27
* IS-IS: Fix inaccurate variable namesFrancois-Xavier Le Bail2019-03-101-98/+98
* Clean up whitespaces/indentationFrancois-Xavier Le Bail2019-02-271-20/+20
* IS-IS: Replace some ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail2019-02-251-24/+18
* Fix small misspellingsAntonin Décimo2019-01-231-2/+2
* Clean up some narrowing warnings.Guy Harris2018-09-231-7/+7
* Fix the variable for the packet length.Guy Harris2018-09-231-1/+2
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+2
* CLNP: Squelch a cppcheck warning (GH #629)Denis Ovsienko2018-07-301-1/+1
* CLNP: squelch a fall-through warning (GH #618)Denis Ovsienko2018-07-261-1/+13
* ES-IS,IS-IS: Add two missing returnFrancois-Xavier Le Bail2018-05-251-0/+3
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-181-4/+4