Add a missing break in packet-bpkmattr.c (CID 280484)

svn path=/trunk/; revision=43007
This commit is contained in:
Pascal Quantin 2012-06-02 19:15:07 +00:00
parent 68a4971594
commit 797b83c838
3 changed files with 3 additions and 0 deletions

View File

@ -622,6 +622,7 @@ set(DISSECTOR_SRC
dissectors/packet-giop.c
dissectors/packet-git.c
dissectors/packet-glbp.c
dissectors/packet-glusterd.c
dissectors/packet-glusterfs.c
dissectors/packet-gmhdr.c
dissectors/packet-gmrp.c

View File

@ -543,6 +543,7 @@ DISSECTOR_SRC = \
packet-giop.c \
packet-git.c \
packet-glbp.c \
packet-glusterd.c \
packet-glusterfs.c \
packet-gmhdr.c \
packet-gmrp.c \

View File

@ -337,6 +337,7 @@ dissect_attrs (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
case BPKM_VENDOR_DEFINED:
proto_tree_add_item (tree, hf_docsis_bpkmattr_vendor_def, tvb, pos,
length, ENC_NA);
break;
case BPKM_DNLD_PARAMS:
dnld_it =
proto_tree_add_text (tree, tvb, pos, length,