[Wireshark-dev] asn1 plugin

2013-10-19 Thread Ed Beroset
Recently, while I was working on unit tests for oids.c (see https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9294 ), I noticed a few lines toward the bottom of the oids.h file which say: /* macros for legacy oid functions */ #define oid_resolv_cleanup() ((void)0) #define subid_t guint32 It

Re: [Wireshark-dev] Wireshark lua dissector unable to load for media_type=application/octet-stream

2013-10-19 Thread Cong Ling
IthinkifoundtheproblemafterImodifiedthesourcecode"wslua_proto.c"line1722-comment"g_free(pattern);".Becausethesub_dissectors->hash_tablejustaddthepatternaspointwithoutduplicateacopyin"packet.c". It should be a bug. Regards, ✉ Cong Ling 在 2013-10-20,上午12:17,Cong Ling mailto:cong.l...@h

[Wireshark-dev] Wireshark lua dissector unable to load for media_type=application/octet-stream

2013-10-19 Thread Cong Ling
Hi all, I'm trying to write a lua Proto to parse our private protocol on http. But Wireshark didn't enter my dissector function when the media_type to "application/octet-stream". When the media_type is set to "text/html", everything looks fine. Is there special handling for app