From David Aggeler:

packet-dcm, improved DICOM Tag support, misc fixes.

svn path=/trunk/; revision=26413
This commit is contained in:
Anders Broman 2008-10-11 14:25:02 +00:00
parent 5a2106b111
commit 93a0edf6dd
3 changed files with 4238 additions and 818 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
* $Id$
* Routines for DICOM packet dissection
* Copyright 2008, David Aggeler <david_aggeler@hispeed.ch>
* This file is generated automatically from part 6 of the standard
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -50,7 +50,7 @@ eo_dicom_packet(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_,
if (eo_info) { /* We have data waiting for us */
/* These values will be freed when the Export Object window is closed.
Therefore, sings and buffers must be copied
Therefore, strings and buffers must be copied
*/
entry = g_malloc(sizeof(export_object_entry_t));