Vluxe / Orca

Packet Capture. Wireshark clone with native Cocoa UI
10 stars 1 forks source link

Podfile Dependency #1

Open Oldnate opened 8 years ago

Oldnate commented 8 years ago

Pod file references https://github.com/daltoniam/ACDataViews.git/, however, that project does not exist. I see a DCDataViews, but that is iOS specific. Curious about this project and the functionality. Thanks!

acmacalister commented 8 years ago

Hey @Oldnate. Yeah, we deleted that repo, as it was designed for OS X 10.8 and not really a direction we wanted to go now for working with tableviews. That being said the project probably won't build now, but something we will add to our list to get updated. Other than the view part though, the project should be a good reference point for using libpcap in a Cocoa app. Last we worked on it, we had it capturing all UDP and TCP packets and displaying them in a tableview. The real challenge was going to be doing tcp assembly like Wireshark does. That way we could see higher level protocols like HTTP and such. We wrote this as a project for a network/security class we took and haven't really had to the time to work on it since. Definitely something I would like to pick up again. Maybe even port over to Swift.