fbertone / 32100-dissector

Wireshark dissector useful to analyze 32100 UDP protocol
GNU General Public License v3.0
2 stars 6 forks source link

Unexpected symbol near '<' #1

Open Gharwen opened 1 year ago

Gharwen commented 1 year ago

During Wireshark start or while reloading the script there's an error ...Unexpected symbol near '<' It depends on the very first < sign in the script, regardless if it is in original line 8: <!DOCTYPE... or in line 1 <html lang="en"... if I delete the first 8 lines. I'm using Wireshark 4.0.4 and it's regardless where i put the lua file (root plugin folder or 4.0 subfolder)

fbertone commented 1 year ago

Hi, I guess you saved the github page instead of downloading the original file. There are no html tags in the lua script, check here.

Gharwen commented 1 year ago

Thank you for your quick response.

Shame on me... I'm not familiar with lua and don't know how it looks like. Therefore, I thought I can download it by right clicking... So now I've copied the code and saved it as 32100_dissector.lua But now I've get the error message "Dissector bug: Protocol filter name "32100" cannot be composed of all decimal digits."