]> The Tcpdump Group git mirrors - tcpdump/history - print-lldp.c
gre: add support for MikroTik Ethernet-over-IP hack.
[tcpdump] / print-lldp.c
2023-02-20  Guy HarrisRename AF_INET{6} to AF_IP{6}.
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2021-01-08  Francois-Xavier... Replace the (void)nd_printn(..., NULL) calls by nd_prin...
2020-12-10  Francois-Xavier... Replace the (void)nd_printzp() calls by nd_printjnp...
2020-09-24  Francois-Xavier... LLDP: Replace some magic numbers
2020-09-23  Francois-Xavier... LLDP: Remove two now inaccurate comments
2020-06-30  Moses DevadasonLLDP 8021 link aggregation TLV support
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2020-01-20  Guy HarrisMore bounds checking when fetching addresses and conver...
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-04-18  Guy HarrisSquelch more warnings.
2019-04-18  Guy HarrisClean up types to squelch narrowing warnings.
2019-04-12  Bill FennerPrint Protocol ID correctly in Application Priority... 747/head
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-26  Francois-Xavier... Add the ndo parameter to some functions
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-01-29  Guy HarrisMerge pull request #722 from aieri/issue/695
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2019-01-23  Antonin DécimoFix small misspellings 730/head
2019-01-22  Matt EatonUpdate print-lldp.c 729/head
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-03  Francois-Xavier... Fix spaces
2018-05-19  Francois-Xavier... Replace some double parentheses with single parentheses
2018-05-06  Francois-Xavier... Add more nd_print_trunc() calls
2018-05-02  Francois-Xavier... Remove the safeputs() function
2018-04-30  Francois-Xavier... Rename the fn_printX() functions to nd_printX()
2018-04-03  Guy HarrisMerge pull request #667 from slavashw/master
2018-03-19  Francois-Xavier... Remove useless comments
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-01-31  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2018-01-31  Guy HarrisHave ip{6}addr_string take a u_char * as the second...
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-11  Guy HarrisClean up signed vs. unsigned.
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-09  Guy HarrisMore EXTRACT_U_1() replacing direct dereferences.
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-26  Francois-Xavier... Use more the EXTRACT_U_1() macro (29/n)
2017-11-26  Francois-Xavier... Use more the EXTRACT_U_1() macro (28/n)
2017-11-24  Francois-Xavier... Use more the EXTRACT_U_1() macro (27/n)
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-19  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-19  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-19  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-09-13  Denis OvsienkoCVE-2017-13054/LLDP: add a missing length check
2017-09-13  Francois-Xavier... Remove some trailing spaces
2017-09-13  Guy HarrisCVE-2017-13027/LLDP: Fix a bounds check.
2017-09-13  Guy HarrisCVE-2017-12997/LLDP: Don't use an 8-bit loop counter.
2017-09-13  Guy HarrisCVE-2017-12900/Properly terminate all struct tok arrays.
2017-07-28  Hannes Gredlerzero change: update Hannes Gredler's email
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-01-18  Guy HarrisDiscard result of fn_printn() calls.
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2017-01-14  Guy HarrisClean up white space.
2017-01-14  Guy HarrisMerge pull request #574 from elear/master
2016-12-31  Eliot LearUpdating to use fn_printn 574/head
2016-12-31  Eliot LearImplement IANA OUI and LLDP MUD option
2016-12-30  Eliot LearImplement IANA OUI and LLDP MUD option
2016-08-15  Francois-Xavier... Add a summary comment in all other printers
2016-07-29  Michael RichardsonMerge pull request #534 from MisterDA/hncp-20160728
2016-07-11  Denis Ovsienkocall ipaddr_string() instead of getname()
2016-07-11  Denis Ovsienkocall ip6addr_string() instead of getname6()
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-03-05  Denis Ovsienkoclean K&R style up in function declarations a bit
2014-07-19  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-07-08  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-07-07  Guy HarrisGet rid of fetch whose result isn't used.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-04-02  Denis OvsienkoNDOize LLDP, PPP and RSVP decoders
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonndo-ize print-ascii: hex_print_with_offset()
2014-01-02  Michael Richardsonwhitespace changes
2013-08-29  Guy HarrisMake some routines used outside print-lldp.c static.
2013-08-29  Michael RichardsonMerge pull request #331 from audaya/master
2013-08-29  UdayakumarAdded support for DCB and EVB TLVs
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2012-09-03  Michael RichardsonMerge pull request #9 from monthadar/master
next