[Wireshark-dev] accessing multiple occurrences of the same field with lua

2013-03-06 Thread Cristian Constantin
hi! some protocols are structured in chunks which have the same structure but differ in content. examples: - diameter (avps) - sigtran suite (parameters) - sctp (data chunks) how to access with lua a certain field in such a chunk? NOT necessarly the first. for example, using: local param_len

Re: [Wireshark-dev] Editcap link warnings

2013-03-06 Thread Christopher Maynard
Pascal Quantin pascal.quantin@... writes: Hi all,I added this workaround a few days ago in r48021 but Gerald reverted it in r48072 as it was breaking getopt(). So we have to figure out how to solve this properly. OK, I missed that. How about something like this instead? Index: Makefile.common

[Wireshark-dev] Wireshark 1.6.14 is now available

2013-03-06 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.6.14. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What's New Bug Fixes The

[Wireshark-announce] Wireshark 1.8.6 is now available

2013-03-06 Thread Wireshark announcements
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.8.6. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What's New Bug Fixes The

[Wireshark-announce] Wireshark 1.6.14 is now available

2013-03-06 Thread Wireshark announcements
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.6.14. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What's New Bug Fixes The

Re: [Wireshark-dev] accessing multiple occurrences of the same field with lua

2013-03-06 Thread Tony Trinh
On Wed, Mar 6, 2013 at 7:02 AM, Cristian Constantin const.cr...@googlemail.com wrote: hi! some protocols are structured in chunks which have the same structure but differ in content. examples: - diameter (avps) - sigtran suite (parameters) - sctp (data chunks) how to access with lua