14 lines
603 B
Diff
14 lines
603 B
Diff
|
--- print-juniper.c
|
||
|
+++ print-juniper.c
|
||
|
@@ -256,8 +256,8 @@
|
||
|
tok2str(juniper_ipsec_type_values,"Unknown",ih->type),
|
||
|
ih->type,
|
||
|
EXTRACT_32BITS(&ih->spi),
|
||
|
- ipaddr_string(EXTRACT_32BITS(&ih->src_ip)),
|
||
|
- ipaddr_string(EXTRACT_32BITS(&ih->dst_ip)),
|
||
|
+ ipaddr_string(&ih->src_ip),
|
||
|
+ ipaddr_string(&ih->dst_ip),
|
||
|
l2info.length);
|
||
|
} else {
|
||
|
printf("ES SA, index %u, ttl %u type %s (%u), length %u\n",
|