update expert info LED also while doing live capturing
[obnox/wireshark/wip.git] / gtk / help_dlg.c
index c54072a6160198892af56aecd18aa0ac523ff25b..8a7a302af59c7a08613ae1a85fc77100f817d97c 100644 (file)
@@ -380,6 +380,9 @@ topic_action(topic_action_e action)
     case(LOCALPAGE_MAN_TSHARK):
         browser_open_data_file("tshark.html");
         break;
+    case(LOCALPAGE_MAN_RAWSHARK):
+        browser_open_data_file("rawshark.html");
+        break;
     case(LOCALPAGE_MAN_DUMPCAP):
         browser_open_data_file("dumpcap.html");
         break;