summaryrefslogtreecommitdiff
path: root/print-ospf6.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-22 14:19:42 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-22 14:19:42 +0100
commitef987f720c3f8fdd536455fefa634d13997ec1f8 (patch)
treed0aa105dbcb16be124b6b350a080502d7dc183d1 /print-ospf6.c
parent2aa79cfe24c850d12259cf28ab83aa7422d8f22b (diff)
downloadtcpdump-ef987f720c3f8fdd536455fefa634d13997ec1f8.tar.gz
Rename some printer functions to *_print
Moreover: Fix spaces.
Diffstat (limited to 'print-ospf6.c')
-rw-r--r--print-ospf6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-ospf6.c b/print-ospf6.c
index 0ca3dbd9..9164a008 100644
--- a/print-ospf6.c
+++ b/print-ospf6.c
@@ -693,13 +693,13 @@ ospf6_print_lsa(netdissect_options *ndo,
break;
case LS_TYPE_GRACE | LS_SCOPE_LINKLOCAL:
- if (ospf_print_grace_lsa(ndo, tptr, lsa_length) == -1) {
+ if (ospf_grace_lsa_print(ndo, tptr, lsa_length) == -1) {
return 1;
}
break;
case LS_TYPE_INTRA_ATE | LS_SCOPE_LINKLOCAL:
- if (ospf_print_te_lsa(ndo, tptr, lsa_length) == -1) {
+ if (ospf_te_lsa_print(ndo, tptr, lsa_length) == -1) {
return 1;
}
break;