Skip to content

Commit ca35a2b

Browse files
Updated GeoNet to version 1
1 parent 372f304 commit ca35a2b

File tree

9 files changed

+912
-202
lines changed

9 files changed

+912
-202
lines changed

netdissect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ extern u_int fr_print(netdissect_options *, const u_char *, u_int);
676676
extern int frag6_print(netdissect_options *, const u_char *, const u_char *);
677677
extern void ftp_print(netdissect_options *, const u_char *, u_int);
678678
extern void geneve_print(netdissect_options *, const u_char *, u_int);
679-
extern void geonet_print(netdissect_options *, const u_char *, u_int, const struct lladdr_info *);
679+
extern void geonet_print(netdissect_options *, const u_char *, u_int);
680680
extern void gre_print(netdissect_options *, const u_char *, u_int);
681681
extern int hbhopt_process(netdissect_options *, const u_char *, int *, uint32_t *);
682682
extern void hex_and_ascii_print(netdissect_options *, const char *, const u_char *, u_int);

print-ether.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ ethertype_print(netdissect_options *ndo,
636636

637637
case ETHERTYPE_GEONET_OLD:
638638
case ETHERTYPE_GEONET:
639-
geonet_print(ndo, p, length, src);
639+
geonet_print(ndo, p, length);
640640
return (1);
641641

642642
case ETHERTYPE_CALM_FAST:

0 commit comments

Comments
 (0)