aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-08-16 11:51:49 +0200
committerptrkrysik <ptrkrysik@gmail.com>2014-08-16 11:51:49 +0200
commiteaaf22fea0fdd6e1abe6e9f7d29be83cc2e239b6 (patch)
tree7b81c5710b939b1a2f858a19272e4212ca11f6f7 /grc/misc_utils
parentd5af288e14eb0194be8057484f5729410f07a1b3 (diff)
Added message input to the wireshark sink
Diffstat (limited to 'grc/misc_utils')
-rw-r--r--grc/misc_utils/gsm_wireshark_sink.xml29
1 files changed, 2 insertions, 27 deletions
diff --git a/grc/misc_utils/gsm_wireshark_sink.xml b/grc/misc_utils/gsm_wireshark_sink.xml
index 1e810d1..eeeb436 100644
--- a/grc/misc_utils/gsm_wireshark_sink.xml
+++ b/grc/misc_utils/gsm_wireshark_sink.xml
@@ -5,34 +5,9 @@
<category>gsm</category>
<import>import gsm</import>
<make>gsm.wireshark_sink()</make>
- <!-- Make one 'param' node for every Parameter you want settable from the GUI.
- Sub-nodes:
- * name
- * key (makes the value accessible as $keyname, e.g. in the make node)
- * type -->
- <param>
- <name>...</name>
- <key>...</key>
- <type>...</type>
- </param>
- <!-- Make one 'sink' node per input. Sub-nodes:
- * name (an identifier for the GUI)
- * type
- * vlen
- * optional (set to 1 for optional inputs) -->
<sink>
- <name>in</name>
- <type><!-- e.g. int, float, complex, byte, short, xxx_vector, ...--></type>
+ <name>msgs</name>
+ <type>message</type>
</sink>
-
- <!-- Make one 'source' node per output. Sub-nodes:
- * name (an identifier for the GUI)
- * type
- * vlen
- * optional (set to 1 for optional inputs) -->
- <source>
- <name>out</name>
- <type><!-- e.g. int, float, complex, byte, short, xxx_vector, ...--></type>
- </source>
</block>