add some more right-hand-side infos of the tower data

svn path=/trunk/; revision=19064
This commit is contained in:
Ulf Lamping 2006-08-28 21:12:44 +00:00
parent 5bb5af620b
commit 72b1b767b3
1 changed files with 6 additions and 1 deletions

View File

@ -409,6 +409,10 @@ epm_dissect_tower_data (tvbuff_t *tvb, int offset,
switch(proto_id){
case PROTO_ID_UUID:
/* XXX - is this big or little endian? */
proto_tree_add_item(tr, hf_epm_ver_min, tvb, offset, 2, FALSE);
break;
case PROTO_ID_TCP: /* this one is always big endian */
proto_tree_add_item(tr, hf_epm_proto_tcp_port, tvb, offset, 2, FALSE);
proto_item_append_text(tr, "TCP Port:%d", tvb_get_ntohs(tvb, offset));
@ -430,7 +434,8 @@ epm_dissect_tower_data (tvbuff_t *tvb, int offset,
case PROTO_ID_RPC_CL:
proto_item_append_text(tr, "RPC connectionless protocol");
/* XXX - two (zero) bytes still undecoded, don't know what it is */
/* XXX - is this big or little endian? */
proto_tree_add_item(tr, hf_epm_ver_min, tvb, offset, 2, FALSE);
break;
case PROTO_ID_NAMED_PIPES: /* \\PIPE\xxx named pipe */