Wireshark-commits: [Wireshark-commits] rev 25824: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 25 Jul 2008 13:37:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25824

User: etxrab
Date: 2008/07/25 06:37 AM

Log:
 From David Aggeler:
 multiple PDV per PDU support
  - Support multiple PDVs per PDU
  - Better summary, in PDV, PDU header and in INFO Column, 
    e.g. show commands like C-STORE
  - Fixed Association Reject (was working before my changes)
  - Fixed PDV Continuation with very small packets. Reduced minimum packet
    length from 10 to 2 Bytes for PDU Type 4 
  - Fixed PDV Continuation. Last packet was not found correctly.
  - Fixed complilation warning (build 56 on solaris)
  - Fixed tree expansion (hf_dcm_xxx)
  - Added expert_add_info() for Assoctiation Reject
  - Added expert_add_info() for Assoctiation Abort
  - Added expert_add_info() for short PDVs (i.e. last fragment,
    but PDV is not completed yet)
  - Clarified and grouped data structures and its related code 
    (dcmItem, dcmState) to have consistent _new() & _get() functions 
    and to be be according to coding conventions 
  - Added more function declaration to be more consistent
  - All dissect_dcm_xx now have (almost) the same parameter order
  - Removed DISSECTOR_ASSERT() for packet data errors.
    Not designed to handle this.
  - Handle multiple DICOM Associations in a capture correctly, 
    i.e. if presentation contexts are different.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1358 -497 packet-dcm.c    Modified
  +10 -0     packet-dcm.h    Modified