Re: Print in packet Bytes pane
"Guy Harris" <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <[email protected]> |
Marinko Cabrilo wrote: > Can any one tell me in which file located the "Print" function for the > "Packet Bytes" pane (Ethereal-0.99.0). It will save me a lot of time. The code to display a blob of hex data in the "Packet Bytes" pane is in gtk/proto_draw.c. The core code is in packet_hex_print_common().