aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-07-10 21:54:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-07-10 21:54:29 +0000
commit24d2fb512694ceeb9bee5b7d57ad3547d7f67240 (patch)
tree69c995a22d4986b24411f9bcfe9a037d127a5edb /epan/dissectors/packet-dcm.h
parent58ed99ea6eb98d39ce9e0690e251d85302f6d4c3 (diff)
From David Aggeler:
* - Fixed corrupt files on DICOM Export * - Fixed memory limitation on DICOM Export * - Removed minimum packet length for static port mode * - Simplified checks for heuristic mode * - Removed unused functions svn path=/trunk/; revision=29060
Diffstat (limited to 'epan/dissectors/packet-dcm.h')
-rw-r--r--epan/dissectors/packet-dcm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcm.h b/epan/dissectors/packet-dcm.h
index 44f7526db3..53be3ba8d5 100644
--- a/epan/dissectors/packet-dcm.h
+++ b/epan/dissectors/packet-dcm.h
@@ -2,7 +2,7 @@
*
* $Id$
* Routines for DICOM packet dissection
- * Copyright 2008, David Aggeler <david_aggeler@hispeed.ch>
+ * Copyright 2009, David Aggeler <david_aggeler@hispeed.ch>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -33,7 +33,7 @@ typedef struct _dicom_eo_t {
gchar *filename;
gchar *content_type;
guint32 payload_len;
- const guint8 *payload_data;
+ guint8 *payload_data;
} dicom_eo_t;
#endif /* PACKET_DCM_H */