LGOSystems Logo
Home
Products
Cognatrix
FrameSeer
FrameSeer Online Help
tcpdumpd
Stripper
IPGadget
Purchase from Kagi
Support
About LGOSystems
FrameSeer Help
Copying decodes to the clipboard

Use the Copy command to copy decode information onto the clipboard in tab-separated format.

What is copied to the clipboard depends upon what is selected. If one or more rows of data are selected, the clipboard receives one line of titles plus one line for each selected row. For example, if the following four rows were selected and copied to the clipboard:


Copying Rows

then the contents of the clipboard would be:

Offset
Hex
ASCII
Decode
+34
0208
..
Source port: RIP
+36
0208
..
Destination port: RIP
+38
0034
.4
UDP Length: 52
+40
0A2B
.+
UDP Checksum: 2603

The most general form of row-based copying occurs when you do a Select All followed by a Copy. The entire packet decode is placed on the clipboard.

If exactly one column is selected, then FrameSeer copies information to the clipboard as follows:

  • If either the Offset or the Decode column is selected, the contents of the column are copied, row by row, with a line separator (LF) between each row.
  • If either the Hex or the ASCII column is selected, the contents of the column are copied without any separators. In this case, there is no title line.

If two or more columns are selected, decode data is copied to the clipboard, row by row.

Hint: Selecting the ASCII column can be used to retrieve entire URLs from HTTP requests.