aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t30.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 07:10:15 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 07:10:15 +0000
commitec9f61c529f91769ab4a7c703b0fb4d3b8ab4daa (patch)
tree380445dda6a1d94c7fa8a26d4285d68cea8debbe /epan/dissectors/packet-t30.c
parent904d4b9e089d4e2a7eaf825017f772ef8b650e11 (diff)
generate T.38 dissector from ASN.1 source
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21676 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-t30.c')
-rw-r--r--epan/dissectors/packet-t30.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-t30.c b/epan/dissectors/packet-t30.c
index e06642e380..4b42223c81 100644
--- a/epan/dissectors/packet-t30.c
+++ b/epan/dissectors/packet-t30.c
@@ -37,6 +37,8 @@
#include <epan/prefs.h>
#include <epan/emem.h>
+#include "packet-t30.h"
+
/* T30 */
static int proto_t30 = -1;
static int hf_t30_Address = -1;