Changes between Version 2 and Version 3 of PacketDump

Show
Ignore:
Timestamp:
07/22/09 13:36:41 (4 years ago)
Author:
laforge
Comment:

formatting, add note about meaning of '-i' with tcpdump

Legend:

Unmodified
Added
Removed
Modified
  • PacketDump

    v2 v3  
    1717 
    1818To write the protocol dump simply invoke bsc_hack: 
     19{{{ 
    1920  ./bsc_hack -p networking.pcap 
    20  
     21}}} 
    2122=== Method 2: Using misdn_log === 
    2223 
     
    2526In order to obtain a A-bis capture and save it in a pcap file, please use the ''misdn_log'' tool (part of mISDNuser) 
    2627the following way: 
    27  
     28{{{ 
    2829  misdn_log -c0 -w networking.pcap 
    29  
     30}}} 
    3031Please make sure to '''first start bsc_hack''' and only then start ''misdn_log'' 
    3132 
     
    3435If you're using an ''A-bis over IP'' based BTS such as the [nanoBTS], then you can use a regular tool like 
    3536tcpdump to create a pcap file 
    36  
     37{{{ 
    3738  tcpdump -ni eth0 -s 0 -w networking.pcap 
     39}}} 
     40where ''eth0'' is the name of the network device connected to the same network as the nanoBTS. 
    3841 
    3942== Viewing ==