Comment # 11
on bug 13264
from Michael Mann
(In reply to Peter Wu from comment #10)
> (In reply to Michael Mann from comment #9)
> > (In reply to Peter Wu from comment #8)
> > > Will be for later, I got my Zip Archive file dissector working :-)
> > > https://git.lekensteyn.nl/peter/wireshark-notes/tree/lua/file-zip.lua
> >
> > Would this address bug 1323 (at least in some form)? Is this another case
> > where it would be nice to take the Lua script and convert it to C?
>
> It would not. Bug 1323 is about the ability to open zip files (and select
> captures from inside). That linked dissector instead analyzes the bytes
> inside a zip file (headers, metadata, etc.) and is useful for learning about
> the Zip archive format.
So it would turn into file-zip.c in the dissector directory and not be a
wiretap plugin. The file-zip.c probably has use too, but you're right doesn't
address bug 1323.
You are receiving this mail because:
- You are watching all bug changes.