aboutsummaryrefslogtreecommitdiff
path: root/cpack.c
AgeCommit message (Expand)Author
2020-09-30Prefix all cpack function names with "nd_". [skip ci]Denis Ovsienko
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2017-12-20Add EXTRACT_ macros/functions for IPv4 addresses, get rid of structure wrappers.Guy Harris
2017-11-23Clean up signed vs. unsigned.Guy Harris
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris
2013-04-28fix bug #303 (DLT_IEEE802_11_RADIO ext. bitmaps)Denis Ovsienko
2011-04-27Support RX flags, MCS and the vendor namespace, and fix Rate.Guy Harris
2004-09-24Include <string.h> to declare "memset()".guy
2004-09-23Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet wordsdyoung