Skip to content
Extraits de code Groupes Projets
Valider 9b22792c rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Fixed timestamp modification when recomputing checksum

parent 3cfa76be
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -166,7 +166,7 @@ class Packet:
transport_layer.delfieldval("len")
if hasattr(transport_layer, "chksum"):
transport_layer.delfieldval("chksum")
self.packet = scapy.Ether(self.packet.build())
self.packet.show2(dump=True)
def get_dict_log(self, field: str, old_value: str, new_value: str) -> dict:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter