Hi, I am using the following command to convert from the pcap I've got to MTP2 (E1). It worked fine in previous versions but in 1.8.7 it simply doesn't encapsulate it;
Thank you, Diana asked 29 May '13, 06:43 Dianalab9 edited 31 May '13, 22:08 cmaynard ♦♦ |
One Answer:
The following might work for you:
See also bug2868. answered 29 May '13, 11:07 cmaynard ♦♦ It works! thank you very much (29 May '13, 23:31) Dianalab9 |
"Convert" in what sense? Editcap won't transform the contents of packets; all that the -T flag does is let you fix a capture file that has the wrong encapsulation type to have a different encapsulation type, it doesn't actually change the packet headers from the old type to the new type (and never did).