You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a packet using ImpactPacket.IGMP()
2. Send the packet
What is the expected output? What do you see instead?
Expect an IGMP packet to be constructed, but get:
File "/Library/Python/2.7/site-packages/impacket/ImpactPacket.py", line 1864, in calculate_checksum
if self.__auto_checksum and (not self.get_igmp_cksum()):
AttributeError: IGMP instance has no attribute '_IGMP__auto_checksum'
What version of the product are you using? On what operating system?
svn version on OSX 10.8
Please provide any additional information below.
The patch fixing the issue is attached
Original issue reported on code.google.com by diogogo...@gmail.com on 20 Oct 2012 at 12:01
Original issue reported on code.google.com by
diogogo...@gmail.com
on 20 Oct 2012 at 12:01Attachments:
The text was updated successfully, but these errors were encountered: