Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | ·bc0f60ab4563ff13fde66d8e9ab7e74b·18882996·debug·optional·gr-gsm-dbgsym_0.42.2-1_amd64.deb | 1 | ·bc0f60ab4563ff13fde66d8e9ab7e74b·18882996·debug·optional·gr-gsm-dbgsym_0.42.2-1_amd64.deb |
2 | · | 2 | ·52c52d1844471065d2301c250c4c1582·737788·libdevel·optional·gr-gsm_0.42.2-1_amd64.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2018-08-18·17:20:42.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2018-08-18·17:20:42.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····3536·2018-08-18·17:20:42.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3536·2018-08-18·17:20:42.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0···740 | 3 | -rw-r--r--···0········0········0···734060·2018-08-18·17:20:42.000000·data.tar.xz |
Offset 1, 15 lines modified | Offset 1, 15 lines modified | ||
1 | #!·/usr/bin/python2 | 1 | #!·/usr/bin/python2 |
2 | #·-*-·coding:·utf-8·-*- | 2 | #·-*-·coding:·utf-8·-*- |
3 | ################################################## | 3 | ################################################## |
4 | #·GNU·Radio·Python·Flow·Graph | 4 | #·GNU·Radio·Python·Flow·Graph |
5 | #·Title:·Gr-gsm·Livemon | 5 | #·Title:·Gr-gsm·Livemon |
6 | #·Author:·Piotr·Krysik | 6 | #·Author:·Piotr·Krysik |
7 | #·Description:·Interactive·monitor·of·a·single·C0·channel·with·analysis·performed·by·Wireshark·(command·to·run·wireshark:·sudo·wireshark·-k·-f·udp·-Y·gsmtap·-i·lo) | 7 | #·Description:·Interactive·monitor·of·a·single·C0·channel·with·analysis·performed·by·Wireshark·(command·to·run·wireshark:·sudo·wireshark·-k·-f·udp·-Y·gsmtap·-i·lo) |
8 | #·Generated:· | 8 | #·Generated:·Tue·Aug·10·06:18:36·2021 |
9 | ################################################## | 9 | ################################################## |
10 | from·distutils.version·import·StrictVersion | 10 | from·distutils.version·import·StrictVersion |
11 | if·__name__·==·'__main__': | 11 | if·__name__·==·'__main__': |
12 | ····import·ctypes | 12 | ····import·ctypes |
13 | ····import·sys | 13 | ····import·sys |
Offset 1, 15 lines modified | Offset 1, 15 lines modified | ||
1 | #!·/usr/bin/python2 | 1 | #!·/usr/bin/python2 |
2 | #·-*-·coding:·utf-8·-*- | 2 | #·-*-·coding:·utf-8·-*- |
3 | ################################################## | 3 | ################################################## |
4 | #·GNU·Radio·Python·Flow·Graph | 4 | #·GNU·Radio·Python·Flow·Graph |
5 | #·Title:·Gr-gsm·Livemon | 5 | #·Title:·Gr-gsm·Livemon |
6 | #·Author:·Piotr·Krysik | 6 | #·Author:·Piotr·Krysik |
7 | #·Description:·Interactive·monitor·of·a·single·C0·channel·with·analysis·performed·by·Wireshark·(command·to·run·wireshark:·sudo·wireshark·-k·-f·udp·-Y·gsmtap·-i·lo) | 7 | #·Description:·Interactive·monitor·of·a·single·C0·channel·with·analysis·performed·by·Wireshark·(command·to·run·wireshark:·sudo·wireshark·-k·-f·udp·-Y·gsmtap·-i·lo) |
8 | #·Generated:· | 8 | #·Generated:·Tue·Aug·10·06:18:33·2021 |
9 | ################################################## | 9 | ################################################## |
10 | from·gnuradio·import·blocks | 10 | from·gnuradio·import·blocks |
11 | from·gnuradio·import·eng_notation | 11 | from·gnuradio·import·eng_notation |
12 | from·gnuradio·import·gr | 12 | from·gnuradio·import·gr |
13 | from·gnuradio.eng_option·import·eng_option | 13 | from·gnuradio.eng_option·import·eng_option |