On Monday 20 February 2006 07:56, Dimitri Bellini wrote: > Hi Daniele > i have now try to use tcpdump, but im not so expert.. so i try: > - tcpdump -v -i visdn0 > but no result..
tcpdump is not able to dissect the frame contents, you can use it just to record them in a file like this: # tcpdump -i visdn1.3 -w capturefile tcpdump: WARNING: visdn1.3: no IPv4 address assigned tcpdump: listening on visdn1.3, link-type LINUX_LAPD (Linux vISDN LAPD), capture size 96 bytes [Do the call] 12 packets captured 24 packets received by filter 0 packets dropped by kernel # ll capturefile -rw-r--r-- 1 root root 514 Feb 20 17:32 capturefile Then send me that file, I will give it a look. Bye, -- Daniele Orlandi _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
