Changeset 5299c55 for libpacketdump
- Timestamp:
- 01/24/19 15:21:23 (2 years ago)
- Branches:
- develop
- Children:
- 0af3a4e
- Parents:
- 39567d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/link_21.c
r39567d9 r5299c55 52 52 ether_ntoa((struct ether_addr *)(char *)meta->items[i].data)); 53 53 } else { 54 printf(" Option ID: %u Option Value: ", meta->items[i].option);54 printf(" Name: Unknown ID: %u Option Value (RAW): ", meta->items[i].option); 55 55 int k; 56 56 unsigned char *curr = (unsigned char *)meta->items[i].data;
Note: See TracChangeset
for help on using the changeset viewer.