From Don Newton:

added null termination to uftp and cleaned comments in packet-unistim.c

svn path=/trunk/; revision=22940
This commit is contained in:
Stig Bjørlykke 2007-09-24 19:56:17 +00:00
parent af5de71e06
commit 19aa309fea
2 changed files with 6 additions and 3 deletions

View File

@ -694,7 +694,8 @@ dissect_broadcast_switch(proto_tree *msg_tree,
offset+=1;
break;
case 0x03:
/*Set Default Character Table Config *//* UGLY may work may not*/
/*Set Default Character Table Config */
/* UGLY may work may not*/
proto_tree_add_item(msg_tree,hf_generic_data,tvb,offset,msg_len,FALSE);
offset+=msg_len;
break;
@ -1920,7 +1921,8 @@ dissect_audio_switch(proto_tree *msg_tree,packet_info *pinfo,
offset+=1;
break;
case 0x01:
/*Query Supervisor Headset Status*//*done*/
/*Query Supervisor Headset Status*/
/*done*/
break;
case 0x02:
/*Audio Manager Options*/

View File

@ -39,7 +39,8 @@ static const value_string uftp_commands[]={
{0x02,"File Data Block"},
{0x80,"Connection Request"},
{0x81,"Connection Details"},
{0x82,"Flow Control Off"}
{0x82,"Flow Control Off"},
{0,NULL}
};
#endif