aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-25 22:58:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-25 22:58:05 +0000
commit8db1e7a8b2af4d850804ec6a92e9668040a0b11e (patch)
tree82779d6ec348b01f746e636aea71ccfe26ce1006 /epan/dissectors/packet-dcm.h
parentcb3022d09832902dd1d36c878ea21d72fd227086 (diff)
From David Aggeler:
Follow-up from SVN 25825 check in The g_slist_free() is really needed in export_object.c, otherwise, the export list has false (repetitive) entries in it, that cause a crash when selecting them. Whether false entries are in the list, only depends on the speed of the export processing, since this tap is Replaced all guchar with gchar. This should eliminate the warnings on solaris. I guess I used the wrong reference. Added patch for 'Authors' in case I need to add myself to the list. svn path=/trunk/; revision=25834
Diffstat (limited to 'epan/dissectors/packet-dcm.h')
-rw-r--r--epan/dissectors/packet-dcm.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/epan/dissectors/packet-dcm.h b/epan/dissectors/packet-dcm.h
index 6890d06759..95b6605c51 100644
--- a/epan/dissectors/packet-dcm.h
+++ b/epan/dissectors/packet-dcm.h
@@ -37,31 +37,4 @@ typedef struct _dicom_eo_t {
const guint8 *payload_data;
} dicom_eo_t;
-/* ---------------------------------------------------------------------
- * DICOM UID Definitions
-
- * Part 6 lists following different UID Types (2006-2008)
-
- * Application Context Name
- * Coding Scheme
- * DICOM UIDs as a Coding Scheme
- * LDAP OID
- * Meta SOP Class
- * SOP Class
- * Service Class
- * Transfer Syntax
- * Well-known Print Queue SOP Instance
- * Well-known Printer SOP Instance
- * Well-known SOP Instance
- * Well-known frame of reference
- */
-
-struct dcm_uid {
- const char *value;
- const char *name;
- const char *type;
-};
-
-typedef struct dcm_uid dcm_uid_t;
-
#endif /* PACKET_DCM_H */