Fix a typo.
authorAnders Broman <anders.broman@ericsson.com>
Thu, 19 May 2011 15:23:19 +0000 (15:23 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Thu, 19 May 2011 15:23:19 +0000 (15:23 -0000)
svn path=/trunk/; revision=37294

epan/dissectors/packet-diameter_3gpp.c

index 3d8b084d3accdd1289d1b00a05d7980cdf5bc359..5c5dc340274b2d0eaf1d41fe53b2dd3bf4406ca3 100644 (file)
@@ -570,7 +570,7 @@ proto_reg_handoff_diameter_3gpp(void)
        /* AVP Code: 640 Path */
        dissector_add_uint("diameter.3gpp", 640, new_create_dissector_handle(dissect_diameter_3gpp_path, proto_diameter_3gpp));
 
-       /* /* AVP Code: 641 Contact */
+       /* AVP Code: 641 Contact */
        dissector_add_uint("diameter.3gpp", 641, new_create_dissector_handle(dissect_diameter_3gpp_contact, proto_diameter_3gpp));
 
        /* AVP Code: 701 MSISDN */