aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-27 15:59:12 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-27 15:59:12 +0000
commit20e3e0b5b5cf4f20c625b6ba512f235c442b57c4 (patch)
tree69a848ceb7ebb4598141e92beeef7245e0abef24 /epan/dissectors/packet-ospf.c
parent2c2fb429f791407cdc8364253a25c6729a031d9e (diff)
Fix some proto_tree_add_item() encoding args;
In some files: Remove a few unneeded #includes; Do some whitespace/indentation cleanup svn path=/trunk/; revision=39635
Diffstat (limited to 'epan/dissectors/packet-ospf.c')
-rw-r--r--epan/dissectors/packet-ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c
index cc0489f64b..64700f5ec4 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -1826,7 +1826,7 @@ dissect_ospf_lsa_mpls(tvbuff_t *tvb, int offset, proto_tree *tree,
stlv_type==MPLS_LINK_LOCAL_IF ?
hf_ospf_filter[OSPFF_LS_MPLS_LOCAL_ADDR] :
hf_ospf_filter[OSPFF_LS_MPLS_REMOTE_ADDR],
- tvb, stlv_offset+4+i, 4, FALSE);
+ tvb, stlv_offset+4+i, 4, ENC_BIG_ENDIAN);
break;
case MPLS_LINK_TE_METRIC: