Skip to content

Commit

Permalink
delete white space of interface index annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vocalman committed Jul 20, 2023
1 parent 1b64765 commit b1b3eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packet++/header/Sll2Layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ namespace pcpp
uint16_t protocol_type;
/** The "Reserved (MBZ)" field is reserved, and must be set to zero */
uint16_t reserved_type;
/** The interface index field is a signed integer in network byte
* order and contains the 1-based index of the interface on which the packet was observed
/** The interface index field is a signed integer in network byte
* order and contains the 1-based index of the interface on which the packet was observed
**/
uint32_t interface_index;
/** Contains a Linux ARPHRD_ value for the link-layer device type */
Expand Down

0 comments on commit b1b3eab

Please sign in to comment.