FujiApple

Results 67 comments of FujiApple

Also do you know of any public hosts which include "Interface Information Object" EO in ICMP `TimeExceeded` messages? This is very useful for development. I did manage to find an...

@ytti I have some (very rough!) WIP code up in #696 that parses ICMP extensions (v4 only for now) generically. For now it just prints out any extension object(s) found...

@ytti progress... Only rendering a single MPLS label/ttl for now, but the plumbing is there to add any/all extensions. We'll need to think how best to render these in the...

Need to test if the label extraction is accurate (matches Wireshark on MacOS but seems to differ from tcpdump on Linux, maybe an endianness thing?)

@ytti do you know anyone who would be able to help diagnose the issue I describe in #804? I'm unsure which of tcpdump or Wireshark is interpreting it correctly (the...

Code was merged and can be found here along with all test cases: https://github.com/fujiapple852/trippy/blob/master/src/tracing/packet/icmp_extension.rs#L804

Retested on 0.9.0 dev and seems to work so closing.

Added #552 and #153 to assist with diagnostic of this issue

Best guess is this relates to not handling `EINT` properly. https://unix.stackexchange.com/questions/509375/what-is-interrupted-system-call

Thanks @0323pin, there is nothing needed right now, ~I've managed to get an AWS NetBSD instance working again and so I should be able to debug this now.~ Edit: I...