-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the pcap loader to extract color information.
When the PSML is generated, termshark now extracts the fg and bg colors from the XML e.g. <packet foreground='#000000' background='#95f4ff'> <section>1</section> <section>0.000000</section> <section>192.168.3.131</section> <section>72.14.213.138</section> <section>HTTP</section> <section>997</section> <section>GET /complete/search?client=chrome&hl=en-US&q=cr HTTP/1.1 </section> </packet> This is stored along with the header names and packet fields.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters