ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Plugin-API patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Tomas Kukosa <tomas.kukosa@xxxxxxxxxxx>
Date: Wed, 24 Sep 2003 14:53:16 +0200
The patch with following changes in the plugin API is attached:
1)  Internal PER functions was removed because they should not be used
outside of PER dissector.
      dissect_per_length_determinant() 
      dissect_per_normally_small_nonnegative_whole_number()
2)  H225/H245 functions was removed till we really need them in plugins.
      dissect_h225_TransportAddress()
      dissect_h245_NonStandardParameter()
3) Functions for string dissector tables was included.
      dissector_add_string()
      dissector_delete_string()
      dissector_change_string()
      dissector_reset_string()
      dissector_try_string()
      dissector_get_string_handle()

Regards,
  Tom

Attachment: plugin-api.diff.gz
Description: GNU Zip compressed data