Satveer Brar

Results 7 comments of Satveer Brar

Timeout seems to be working fine for me. I was not able to reproduce it with Version Scapy 2.6.1 and OS Debian 12. Can you share more details on this.

payload_length is initialized as null value during packet construction. The post_build function calculates the payload_length but it is invoked only when any process performed on packet. @gpotter2 correct me if...

Initially, the payload_length is null. It gets updated after this line of code: `pickled_elem = pickle.dumps(doip_packet, protocol=pickle.HIGHEST_PROTOCOL)` During pickling, the post_build function is invoked, which calculates the actual payload_length and...

@hasandiwan The difference you're experiencing is due to a very minor delta between when the `utcnow` and `now` objects are created For example, if you print both timestamps, you'll notice...

@gpotter2 Sorry, I was away from last couple months. I’ve just switched it from draft to ready for review.

I’ll try to work on it and submit a draft pull request soon for feedback.

@jadchaar Arrow uses the `resolve_imaginary` function from `dateutil` library to handle DST offset. That seems to be the problem here because it only fix the offset if the time is...