ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 23442: /trunk/ /trunk/epan/dissectors/: packet-ber.c pac

Date: Tue, 13 Nov 2007 21:59:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23442

User: etxrab
Date: 2007/11/13 09:59 PM

Log:
 From Florent DROUIN:
 Since the use of the function 'dissect_ber_tagged_type' for DialoguePortion,
 the file tcap.cnf must be updated to remove the decoding of the tag and length.
 This decoding is now done in the new function 'dissect_ber_tagged_type'.
 
 The file tcap.cnf has been updated to take into account this change. 
 But this leads to a change in tcap.asn too, for the definition of the
 ExternalPDU.
 I think this part of the ASN1 file is specific to Wireshark and can be
 modified.
 
 In the meantime, I did update the DEBUG part for packet_ber.c  for the function
 (dissect_ber_tagged_type)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +18 -0     packet-ber.c     Modified
  +29 -92    packet-tcap.c    Modified

Directory: /trunk/asn1/tcap/
  Changes    Path          Action
  +1 -1      tcap.asn      Modified
  +6 -69     tcap.cnf      Modified