Ateş Göral
Ateş Göral
@richb-hanover Where did your ASN.1 definition parser efforts land?
@richb-hanover, and anybody else who got here in search of a similar need, I ended up writing my own parsers, too: https://www.npmjs.com/package/asn1exp and https://www.npmjs.com/package/asn1-tree
It wouldn't be too hard to add a "randomize" button to: 1. Randomly pick a base HSV colour (I'd normalize all components to [0-1) for cleaner computation) 2. Randomly pick...
Could use https://github.com/avp/spectra
@dependabot recreate
> What kind of requireJS plugins are you using? The **text** plugin is a staple for loading HTML templates in a single page application. We're also using the **require-less** plugin....
I was able to export it by modifying the export script in two places: Add a `"vit_tiny": 160` entry to the `encoder_embed_dim_dict` dictionary here: https://github.com/SysCV/sam-hq/blob/322488826bda616798901c6280d13a9a90444ae7/scripts/export_onnx_model.py#L142 ``` encoder_embed_dim_dict = {"vit_tiny":160,"vit_b":768,"vit_l":1024,"vit_h":1280} ```...
> I can see it correctly on the server side Do you mean that the AVP goes between the peers fine and it's just that Wireshark is complaining about it?
I'm still confused. How is Wireshark OK with this while this lib is not? We're importing the Diameter dictionary from Wireshark. Here it is in [Wireshark's RADIUS dictionary](https://github.com/wireshark/wireshark/blob/3a514caaf1e3b36eb284c3a566d489aba6df5392/radius/dictionary.3gpp#L27): ``` ATTRIBUTE...
Perhaps it's this: https://github.com/boundary/wireshark/blob/master/diameter/mobileipv6.xml ``` ``` I wonder if it's something to do with `vendor-bit="mustnot"`. If that means a vendor id should not be set?