FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Sep 2004 08:10:12 +0000 (08:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Sep 2004 08:10:12 +0000 (08:10 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12023 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc-epm.c

index 548a3a6c9087e30e07d71587838b7c0a06d59ae1..688f2dd40c442d47e18b49e7e98ead2b9c71c548 100644 (file)
@@ -393,7 +393,7 @@ epm_dissect_tower_data (tvbuff_t *tvb, int offset,
             break;
 
         case PROTO_ID_IP: /* this one is always big endian */
-            proto_tree_add_item(tr, hf_epm_proto_ip, tvb, offset, 4, TRUE);
+            proto_tree_add_item(tr, hf_epm_proto_ip, tvb, offset, 4, FALSE);
             proto_item_append_text(tr, "IP:%s", ip_to_str(tvb_get_ptr(tvb, offset, 4)));
             break;