aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-19 15:23:19 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-19 15:23:19 +0000
commita5ff3727ee5da966a400e06cd896b4dfb0513bd8 (patch)
tree700cae97d79f52556866a0680699a5bcdf75cc14 /epan
parent57f68cdd4f94e5f12f037cfe05aa6726cb7b7d5a (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37294 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.c b/epan/dissectors/packet-diameter_3gpp.c
index 3d8b084d3a..5c5dc34027 100644
--- a/epan/dissectors/packet-diameter_3gpp.c
+++ b/epan/dissectors/packet-diameter_3gpp.c
@@ -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 */