aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wccp.c')
-rw-r--r--epan/dissectors/packet-wccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c
index a16ff73552..815b454f57 100644
--- a/epan/dissectors/packet-wccp.c
+++ b/epan/dissectors/packet-wccp.c
@@ -364,7 +364,7 @@ dissect_web_cache_list_entry(tvbuff_t *tvb, int offset, int idx,
"Web-Cache List Entry(%d)", idx);
list_entry_tree = proto_item_add_subtree(tl, ett_cache_info);
proto_tree_add_item(list_entry_tree, hf_cache_ip, tvb, offset, 4,
- FALSE);
+ ENC_BIG_ENDIAN);
dissect_hash_data(tvb, offset + 4, list_entry_tree);
}