Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

CapMe: transcript data sometimes overruns the transcript window #1007

Closed
dougburks opened this issue Sep 29, 2016 · 6 comments
Closed

CapMe: transcript data sometimes overruns the transcript window #1007

dougburks opened this issue Sep 29, 2016 · 6 comments

Comments

@dougburks
Copy link
Contributor

No description provided.

@weslambert
Copy link
Collaborator

I ran into an issue with a PCAP today -- pulling it resulted in the data from the transcript running across the page (to the right, past the white boundary, to the end of the browser window) -- is this what you are referring to?

Thanks,
Wes

@dougburks
Copy link
Contributor Author

dougburks commented Sep 30, 2016

Hi Wes,

Yes, that's exactly what I'm referring to. I ran into it while testing a new version of Sguil, so I was originally thinking it was related to the new version of Sguil, but maybe not.

UPDATE: This is definitely not related to the new version of Sguil that I was testing as I was just able to confirm this issue using our current packages in the STABLE repo.

@dougburks dougburks changed the title CapMe: rendering issue with new version of Sguil CapMe: transcript data sometimes overruns the transcript window Sep 30, 2016
@dougburks
Copy link
Contributor Author

dougburks commented Sep 30, 2016

Steps to duplicate this issue:

  • replay some traffic:
sudo tcpreplay -ieth1 -M10 /opt/samples/bredo*
  • go to ELSA and search for "tibs 1032"
  • click Info, Plugin, getPcap, and authenticate to CapMe

Should look like this:
screen shot 2016-09-30 at 1 35 04 pm

@weslambert
Copy link
Collaborator

I was able to fix this by modifying the following in /var/www/so/capme/.css/capme.css

.txtext_src {
display: inline-block;
width: inherit;
overflow: hidden !important;
text-overflow: ellipsis;

color: #0000ff;
}

.txtext_dst {
display: inline-block;
width: inherit;
overflow: hidden !important;
text-overflow: ellipsis;

color: #ff0000;
}

I'll submit a pull request when I get a chance.

Thanks,
Wes

@dougburks
Copy link
Contributor Author

@dougburks
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants