This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can we add a column in output of wireshark with the help of C language

0

Basically I m sending the data from lua to C in C language I just have to edit the output of wiershark, normally it display the columns No. Time Source Destination Protocol Length Info So after running th program pcap file as input ti should the output as follows in wireshark in same pcap file No. Time Source Destination Protocol Length Ue_Identity Info

then in the column of Ue_Identity i have to represent some information about ue index. so how to do this.

asked 05 Aug '13, 22:22

gst's gravatar image

gst
26447
accept rate: 0%

edited 05 Aug '13, 23:22

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196


One Answer:

1

PLease don't ask the same question multiple times, instead if you want to clarify your question, please add a comment to your existing question.

Have a look at my answer to your other question at http://ask.wireshark.org/questions/23551/can-we-add-extra-column-in-exisiting-pcap-with-help-of-c-language

answered 05 Aug '13, 22:47

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%