Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does it mean: data for "destinationIPv6Address" missing (json) #6

Open
GrumpyMeow opened this issue Apr 2, 2024 · 1 comment

Comments

@GrumpyMeow
Copy link

Hi!
I was looking for a Netflow visualizer and came acrosss your project. I thought it would be nice to see if it works. It does seem to work. (Y)
In the log i see messages about "data missing". What do those messages indicate?
Is it as-expected, because the given package was sent through IPv4?

2024-04-02 11:05:58.714501 |828] debug   process_ipfix_packet: set id    : 259
2024-04-02 11:05:58.714528 |828] debug   process_ipfix_packet: set length: 76
2024-04-02 11:05:58.714543 |828] debug   process_ipfix_packet: template 259 has 23 elements
2024-04-02 11:05:58.714562 |828] debug   process_ipfix_packet: information element sourceIPv4Address of type 18: "192.168.178.10"
2024-04-02 11:05:58.714578 |828] debug   process_ipfix_packet: information element destinationIPv4Address of type 18: "192.168.178.4"
2024-04-02 11:05:58.714594 |828] debug   process_ipfix_packet: information element ipNextHopIPv4Address of type 18: "0.0.0.0"
2024-04-02 11:05:58.714610 |828] debug   process_ipfix_packet: information element ipVersion of type 1: "4"
2024-04-02 11:05:58.714625 |828] debug   process_ipfix_packet: information element sourceTransportPort of type 2: "33648"
2024-04-02 11:05:58.714640 |828] debug   process_ipfix_packet: information element destinationTransportPort of type 2: "10050"
2024-04-02 11:05:58.714656 |828] debug   process_ipfix_packet: information element tcpControlBits of type 2: "27"
2024-04-02 11:05:58.714669 |828] debug   process_ipfix_packet: information element ingressInterface of type 3: "38"
2024-04-02 11:05:58.714684 |828] debug   process_ipfix_packet: information element egressInterface of type 3: "38"
2024-04-02 11:05:58.714699 |828] debug   process_ipfix_packet: information element ingressPhysicalInterface of type 3: "37"
2024-04-02 11:05:58.714714 |828] debug   process_ipfix_packet: information element egressPhysicalInterface of type 3: "40"
2024-04-02 11:05:58.714729 |828] debug   process_ipfix_packet: information element packetDeltaCount of type 4: "5"
2024-04-02 11:05:58.714747 |828] debug   process_ipfix_packet: information element octetDeltaCount of type 4: "310"
2024-04-02 11:05:58.714766 |828] debug   process_ipfix_packet: information element flowStartMilliseconds of type 15: "1712055943520"
2024-04-02 11:05:58.714782 |828] debug   process_ipfix_packet: information element flowEndMilliseconds of type 15: "1712055943552"
2024-04-02 11:05:58.714804 |828] debug   process_ipfix_packet: information element protocolIdentifier of type 1: "6"
2024-04-02 11:05:58.714821 |828] debug   process_ipfix_packet: information element ipClassOfService of type 1: "0"
2024-04-02 11:05:58.714840 |828] debug   process_ipfix_packet: information element flowEndReason of type 1: "3"
2024-04-02 11:05:58.714859 |828] debug   process_ipfix_packet: information element tcpOptions of type 4: "4043309056"
2024-04-02 11:05:58.714879 |828] debug   process_ipfix_packet: information element destinationMacAddress of type 12: "d4:1a:d1:18:6b:fc"
2024-04-02 11:05:58.714899 |828] debug   process_ipfix_packet: information element sourceMacAddress of type 12: "bc:24:11:6f:d2:6d"
2024-04-02 11:05:58.714919 |828] debug   process_ipfix_packet: information element ethernetType of type 2: "2048"
2024-04-02 11:05:58.714997 |828] debug   process_ipfix_packet: information element flowDirection of type 1: "255"
2024-04-02 11:05:58.715071 |828] info    db_sql::insert: data for "destinationIPv6Address" missing (json)
2024-04-02 11:05:58.715096 |828] info    db_sql::insert: data for "sourceIPv6Address" missing (json)
2024-04-02 11:05:58.715135 |828] info    db_sql::insert: data for "flowEndSysUpTime" missing (non-json)
2024-04-02 11:05:58.715153 |828] info    db_sql::insert: data for "flowStartSysUpTime" missing (non-json)
@folkertvanheusden
Copy link
Owner

folkertvanheusden commented Apr 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants