#75 Track unrecognized PDUs (issue #32)

Merged
carlos.garcia merged 5 commits from stefan.schmidt/unrecognized_PDUs into SPIN/master 6 years ago

This tracks the PDUs that are currently unrecognized and stores some information about the packets in a new table called 'unrecognized_pdus'.

This information includes:

  1. The source MAC-address.

  2. The destination MAC-address.

  3. The Ethertype number of the packet in decimal.

  4. The number of occurrences of the packet.

  5. The timestamp of the last occurrence of the packet.

Furthermore, instead of spamming something like "Unknown PDU Type on L3: 29", it will print a message once that at least one unrecognized PDU was detected.

Please let me know if these information are enough or if you can think of any improvements.(Preferably through email if there is something to improve) Or we'll just talk in the meeting about it.

This tracks the PDUs that are currently unrecognized and stores some information about the packets in a new table called 'unrecognized_pdus'. This information includes: 1. The source MAC-address. 2. The destination MAC-address. 3. The Ethertype number of the packet in decimal. 4. The number of occurrences of the packet. 5. The timestamp of the last occurrence of the packet. Furthermore, instead of spamming something like "Unknown PDU Type on L3: 29", it will print a message once that at least one unrecognized PDU was detected. Please let me know if these information are enough or if you can think of any improvements.(Preferably through email if there is something to improve) Or we'll just talk in the meeting about it.
This pull request has been merged successfully!
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.