We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d975d commit e126cd2Copy full SHA for e126cd2
print-sl.c
@@ -72,7 +72,7 @@ sl_if_print(netdissect_options *ndo,
72
73
switch (IP_V(ip)) {
74
case 4:
75
- ip_print(ndo, (const u_char *)ip, length);
+ ip_print(ndo, (const u_char *)ip, length);
76
break;
77
case 6:
78
ip6_print(ndo, (const u_char *)ip, length);
0 commit comments