Changes between Version 2 and Version 3 of PacketDump
- Timestamp:
- 07/22/09 13:36:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketDump
v2 v3 17 17 18 18 To write the protocol dump simply invoke bsc_hack: 19 {{{ 19 20 ./bsc_hack -p networking.pcap 20 21 }}} 21 22 === Method 2: Using misdn_log === 22 23 … … 25 26 In order to obtain a A-bis capture and save it in a pcap file, please use the ''misdn_log'' tool (part of mISDNuser) 26 27 the following way: 27 28 {{{ 28 29 misdn_log -c0 -w networking.pcap 29 30 }}} 30 31 Please make sure to '''first start bsc_hack''' and only then start ''misdn_log'' 31 32 … … 34 35 If you're using an ''A-bis over IP'' based BTS such as the [nanoBTS], then you can use a regular tool like 35 36 tcpdump to create a pcap file 36 37 {{{ 37 38 tcpdump -ni eth0 -s 0 -w networking.pcap 39 }}} 40 where ''eth0'' is the name of the network device connected to the same network as the nanoBTS. 38 41 39 42 == Viewing ==

