Skip to content

Commit

Permalink
fixes2
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarbhure committed Jan 17, 2023
1 parent 1fe795e commit 23a5eb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def process_netevent(cpu, data, size):
ip_port = socket.inet_ntoa(struct.pack("I", event.port))
# ip_comm = socket.inet_ntoa(struct.pack("I", event.comm))

#print('sagar',event.comm, event.port)

if args.verbose:
printb(b"\t%s (%d) %s:%d" % (
Expand Down

0 comments on commit 23a5eb1

Please sign in to comment.