Cleanup comment

This commit is contained in:
Peter Haag 2018-06-24 14:42:12 +02:00
parent db100d7eb5
commit 9049c9f50f
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- Fix bookkeeper type - use key_t
- Add multiple packet repeaters to nfcapd/sfcapd. Up to 8 repeaters (-R) can be defined.
- Ignore OSX .DS_Store files in -R file list
- Add CISCO ASA elements initiatorPackets (298) responderPackets (299)
2018-05-06
- New bookkeeper hash broke NfSen. Fixed. ported back to release 1.6.17

View File

@ -290,7 +290,8 @@ typedef struct common_header_s {
#define NF_F_XLATE_DST_PORT_84 40004
#define NF_F_FW_EVENT_84 40005
// ASA 5508
// ASA 9.x packet counters: initiatorPackets and responderPackets
// see https://www.iana.org/assignments/ipfix/ipfix.xhtml
#define NF_F_INITIATORPACKETS 298
#define NF_F_RESPONDERPACKETS 299