From 4217008691f7da56b496245cbca72b135e3892df Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 11 May 2012 19:22:25 +0000 Subject: Get rid of remaining Booleans-as-encoding-arguments in proto_tree_add_item() calls. svn path=/trunk/; revision=42587 --- plugins/unistim/packet-unistim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/unistim') diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c index 49d2acf689..7991dbee4f 100644 --- a/plugins/unistim/packet-unistim.c +++ b/plugins/unistim/packet-unistim.c @@ -2348,7 +2348,7 @@ dissect_audio_switch(proto_tree *msg_tree,packet_info *pinfo, /*Configure Vocoder Parameters*/ proto_tree_add_item(msg_tree,hf_audio_mgr_stream_id,tvb,offset,1,ENC_LITTLE_ENDIAN); offset+=1;msg_len-=1; - proto_tree_add_item(msg_tree,hf_audio_vocoder_id,tvb,offset,1,FALSE), + proto_tree_add_item(msg_tree,hf_audio_vocoder_id,tvb,offset,1,ENC_BIG_ENDIAN), offset+=1;msg_len-=1; while(msg_len>0){ param=proto_tree_add_text(msg_tree,tvb,offset,0,"Param"); -- cgit v1.2.3