Croquembouche / pyWhat-2022

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
1 stars 1 forks source link

FR 3: Fixing IPv6 Regex Matching Issues #4

Closed Croquembouche closed 1 year ago

Croquembouche commented 1 year ago
FR 3: Fixing IPv6 Regex Matching Issues
Estimate: 3
Priority: Should have
Story: As a pyWhat user, the regex matching for IPv6 addresses include "::", I want to remove that.
Acceptance criteria:
1. The application is able to use Regex functions to correctly parse the IPv6 addresses.