aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-06-18 23:01:46 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-06-18 23:01:46 +0000
commitd09ffee44e0926d99318d52a775e4bcb3f9a73f4 (patch)
tree7d88c94324a7597d485274433be7bd94977cc84e /epan/exported_pdu.h
parent2cf27a92a6c5309d4586dbf2592520e5e33b161d (diff)
Add ability to export decrypted IPsec PDUs
svn path=/trunk/; revision=50022
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 2d5465419c..c6399da35e 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -34,7 +34,9 @@
* NOTE if a new tap is added here it needs to be added to export_pdu_dlg.c and packet-exported_pdu.c
* TODO: Use an enum_val_t instead?
*/
-#define EXPORT_PDU_TAP_NAME_LAYER_7 "export_pdu_layer_7_tap"
+#define EXPORT_PDU_TAP_NAME_LAYER_3 "OSI layer 3"
+#define EXPORT_PDU_TAP_NAME_LAYER_7 "OSI layer 7"
+
/**
* This struct is used as the data part of tap_queue_packet() and contains a
* buffer with metadata of the protocol PDU included in the tvb in the struct.