summaryrefslogtreecommitdiff
path: root/ui/help_url.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-03 11:18:13 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-09 21:57:08 +0000
commitcd9f163eb91d4c70977f669472d5acaf7a4fbe7c (patch)
tree268428ad90ed1a46ae67df78c3124fc751e40b2d /ui/help_url.c
parent302b03a0bbe3702f93eced884d8103528c35e8d7 (diff)
downloadwireshark-cd9f163eb91d4c70977f669472d5acaf7a4fbe7c.tar.gz
Add the IAX2 Analysis dialog.
Copied from the RTP Analysis dialog, just like the GTK+ version. Change-Id: I111020bc4073a3a3ba583bdace51a91ee5fef300 Reviewed-on: https://code.wireshark.org/review/10447 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index 0e2fe5dce6..af7c94dcf0 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -347,6 +347,8 @@ topic_action_url(topic_action_e action)
break;
case(HELP_NEW_PACKET_DIALOG):
return user_guide_url("ChapterWork.html#ChWorkPacketSepView");
+ case(HELP_IAX2_ANALYSIS_DIALOG):
+ url = user_guide_url("ChTelIAX2Analysis.html");
case(TOPIC_ACTION_NONE):
default: