aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-12-30 15:30:32 +0000
committerBill Meier <wmeier@newsguy.com>2011-12-30 15:30:32 +0000
commiteea1de54896b78fecd1a01a3c88c63aceaf15e35 (patch)
treef23d86b921d7b9cde85e276cdd4346af67448d1f /epan/dissectors/packet-homeplug.c
parent484b58f6224cc31b3f1e47c09eda0f4de2a25313 (diff)
Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN, etc
svn path=/trunk/; revision=40346
Diffstat (limited to 'epan/dissectors/packet-homeplug.c')
-rw-r--r--epan/dissectors/packet-homeplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-homeplug.c b/epan/dissectors/packet-homeplug.c
index 85626fe736..612203c495 100644
--- a/epan/dissectors/packet-homeplug.c
+++ b/epan/dissectors/packet-homeplug.c
@@ -1029,7 +1029,7 @@ static void dissect_homeplug_ns(ptvcursor_t * cursor, packet_info * pinfo)
if (!ptvcursor_tree(cursor))
return;
- ptvcursor_add_with_subtree(cursor, hf_homeplug_ns, homeplug_melen, FALSE,
+ ptvcursor_add_with_subtree(cursor, hf_homeplug_ns, homeplug_melen, ENC_BIG_ENDIAN,
ett_homeplug_ns);
{
ti = proto_tree_add_boolean(ptvcursor_tree(cursor), hf_homeplug_ns_extended,