aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-exported_pdu.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-20 17:48:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-20 17:48:09 +0000
commit6a3a3c228c3de3dc6227d4fb098875181894c13c (patch)
treedf939d7dfe73c3cd1efd2b4d8586dab7d5e501f4 /epan/dissectors/packet-exported_pdu.c
parent771675cfa56edc0cc36a3bda4188c3df80bfb5b2 (diff)
Make preparation to select which level tap is to be used.
svn path=/trunk/; revision=49446
Diffstat (limited to 'epan/dissectors/packet-exported_pdu.c')
-rw-r--r--epan/dissectors/packet-exported_pdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-exported_pdu.c b/epan/dissectors/packet-exported_pdu.c
index 2b74fc04c6..3a883f1975 100644
--- a/epan/dissectors/packet-exported_pdu.c
+++ b/epan/dissectors/packet-exported_pdu.c
@@ -274,7 +274,7 @@ proto_register_exported_pdu(void)
* The tap is registered here but it is to be used by dissectors that
* want to export their PDU:s, see packet-sip.c
*/
- exported_pdu_tap = register_tap("export_pdu");
+ exported_pdu_tap = register_tap(EXPORT_PDU_TAP_NAME_LAYER_7);
}