Commit Graph

23 Commits

Author SHA1 Message Date
M. Mert Yildiran
2c827fc524 Remove the unnecessary logging 2021-08-22 17:24:19 +03:00
M. Mert Yildiran
494af0c8c7 Remove everything HTTP related from the tap package and make the extension system fully functional 2021-08-21 10:00:02 +03:00
M. Mert Yildiran
c5969c267e Add Represent method to the Dissector interface and manipulate the UI through this method 2021-08-21 08:19:09 +03:00
M. Mert Yildiran
03099edfc1 Display the protocol name inside the details layout 2021-08-21 03:55:42 +03:00
M. Mert Yildiran
3dff8b48f7 Refactor BaseEntryDetails struct and display the source and destination ports in the UI 2021-08-21 02:47:08 +03:00
M. Mert Yildiran
ccb924f507 Add Protocol struct and make it effect the UI 2021-08-21 00:47:47 +03:00
M. Mert Yildiran
c668680f54 Add Analyze method to the Dissector interface and MizuEntry to the extension API 2021-08-20 21:34:44 +03:00
M. Mert Yildiran
3b0502180f Add Summarize() method to the Dissector interface 2021-08-20 19:19:32 +03:00
M. Mert Yildiran
f97e7c4793 Move loadExtensions into main.go and map extensions into extensionsMap 2021-08-20 18:30:21 +03:00
M. Mert Yildiran
902b6bff87 Fix the HTTP1 handlers 2021-08-18 10:45:31 +03:00
M. Mert Yildiran
9fd069a4ff Add Emitter interface to the API and send OutputChannelItem(s) to OutputChannel 2021-08-18 10:30:55 +03:00
M. Mert Yildiran
2d188c2dc9 Fix the issues that are introduced by the merge conflict 2021-08-18 09:21:38 +03:00
Roee Gadot
5bd8b1215a small mistake in the conflicts 2021-08-18 08:41:27 +03:00
Roee Gadot
77783a58e9 roee changes -
trying to fix agent to work with the "api" object) - ***still not working***
2021-08-18 08:28:22 +03:00
M. Mert Yildiran
e1267b6c44 Call a function pointer to emit dissected data back to the tap package 2021-08-18 08:11:32 +03:00
M. Mert Yildiran
6b584c4c3f Return a *api.RequestResponsePair from the dissection 2021-08-17 15:06:27 +03:00
M. Mert Yildiran
9a2edbac56 Bring back the HTTP request-response pair matcher 2021-08-17 14:53:32 +03:00
M. Mert Yildiran
90278bb754 Dissect HTTP response from inside the HTTP extension 2021-08-17 13:49:11 +03:00
M. Mert Yildiran
611c92a6d4 Make the distinction of outbound and inbound ports 2021-08-17 13:40:15 +03:00
M. Mert Yildiran
4e4644d3ce Declare the Dissect function in the extension API 2021-08-17 09:23:19 +03:00
M. Mert Yildiran
5c0a7d907a Add support of defining multiple ports to the extension API 2021-08-17 08:47:59 +03:00
M. Mert Yildiran
3410a6067c Implement the run() function for the TCP stream 2021-08-17 08:43:16 +03:00
M. Mert Yildiran
bfa9d9960f Start to define the extension API 2021-08-17 07:48:25 +03:00