Re: [Wireshark-users] LUA support for compressed protocols

2023-06-05 Thread Ariel Burbaickij
;>> and contrib pages) to **possibly** find some examples using it. >>>> >>>> >>>> >>>> - Chris >>>> >>>> Ref: 11.6.3.28. tvbrange:uncompress(name): >>>> https://www.wireshark.org/docs/wsdg_html/#lua_class_

Re: [Wireshark-users] LUA support for compressed protocols

2023-06-04 Thread chuck c
compress(name): >>> https://www.wireshark.org/docs/wsdg_html/#lua_class_TvbRange >>> >>> >>> >>> >>> >>> *From:* Wireshark-users *On >>> Behalf Of *Ariel Burbaickij >>> *Sent:* Wednesday, May 31, 2023 4:35 AM >>&g

Re: [Wireshark-users] LUA support for compressed protocols

2023-06-01 Thread Ariel Burbaickij
gt; - Chris >> >> Ref: 11.6.3.28. tvbrange:uncompress(name): >> https://www.wireshark.org/docs/wsdg_html/#lua_class_TvbRange >> >> >> >> >> >> *From:* Wireshark-users *On >> Behalf Of *Ariel Burbaickij >> *Sent:* Wednesday, May 31, 2023 4

Re: [Wireshark-users] LUA support for compressed protocols

2023-05-31 Thread chuck c
f Of *Ariel Burbaickij > *Sent:* Wednesday, May 31, 2023 4:35 AM > *To:* Community support list for Wireshark > *Subject:* [Wireshark-users] LUA support for compressed protocols > > > > Hello community, > > Wireshark Developers' Guide in section 9.4 provides a rough guideline

Re: [Wireshark-users] LUA support for compressed protocols

2023-05-31 Thread Maynard, Chris via Wireshark-users
. tvbrange:uncompress(name): https://www.wireshark.org/docs/wsdg_html/#lua_class_TvbRange From: Wireshark-users On Behalf Of Ariel Burbaickij Sent: Wednesday, May 31, 2023 4:35 AM To: Community support list for Wireshark Subject: [Wireshark-users] LUA support for compressed protocols Hello

[Wireshark-users] LUA support for compressed protocols

2023-05-31 Thread Ariel Burbaickij
Hello community, Wireshark Developers' Guide in section 9.4 provides a rough guideline for C dissector plugin. I am looking for some examples on how to handle compressed protocols (in the specific case -- something V.42bis over TCP inspired) in LUA. Are you aware of any such examples ? Kind Regar