David Arnold

Results 55 comments of David Arnold

Glad it's working now, at least. I appreciate it might not be possible, but if it is, could you send me the source code file? I'd like to investigate this...

What is the circumstance where you'd use this function?

+1 for allowing a generic override of a method. I've found myself wanting this several times. If the default behaviour was exposed, then the current pre- and post- processor customisations...

SBE is not self-describing: in order for Wireshark to decode an SBE stream, it would need the schema file. I guess your proposal is to generate a dissector module as...

Similar things for Wireshark would be ASN.1, DCE/MS-RPC IDL, CORBA IDL, GPB, etc. I don't recall it having the option to load those at runtime. Looking at the Wireshark source...

I figure a directory into which SBE IR files can be copied, each of which would then create an entry in the dissectors table at startup, would be good?

I've written a few Wireshark dissectors. I'd be happy to write one for SBE, if someone is willing to pay for the work.

I have constructed an example vCard, using the first quoted template above, and current vObject parses it without any problem. The code segment above _is_ a little dubious, in several...

Thanks for the further info, @yangtfu! The line that reports a parsing problem: "=30=34=33=33=3F=E9=97=AA=E9=97=AA=48=E7=BA=A2=E6=98=9F" run through `base64.b64decode()`, ends up being: b'\xdfM\xf8\xdf}\xf7\xdcQ=\xf7\xb0\x00\x13\xdf{\x00\x0e

@yangtfu, I've run into a couple of issues testing that card. First, it's missing the `BEGIN:VCARD` at the start. Perhaps that's just a cut-and-paste error? If not, then the encoder...