summaryrefslogtreecommitdiffstats
path: root/_ont/ont-technicolor-afm0002.md
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-01-02 20:00:27 +0100
committerGitHub <noreply@github.com>2023-01-02 20:00:27 +0100
commitfa6326c987e4bdfb88b063511de16af1c839b814 (patch)
treea44b2783191d7895558a67ac71e36e049d1459b1 /_ont/ont-technicolor-afm0002.md
parentfix image (#84) (diff)
downloadhack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar.gz
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar.bz2
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar.lz
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar.xz
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.tar.zst
hack-gpon.github.io-fa6326c987e4bdfb88b063511de16af1c839b814.zip
Diffstat (limited to '_ont/ont-technicolor-afm0002.md')
-rw-r--r--_ont/ont-technicolor-afm0002.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_ont/ont-technicolor-afm0002.md b/_ont/ont-technicolor-afm0002.md
index fba2f58..18cc96f 100644
--- a/_ont/ont-technicolor-afm0002.md
+++ b/_ont/ont-technicolor-afm0002.md
@@ -235,8 +235,8 @@ reboot
/bin/omcicli set logfile 1 ffffffff
```
1. The binary log will be placed inside: `/tmp/omcilog`
-2. You can convert it into a .pcap file using [omcilog2pcap](https://github.com/ADeltaX/omcilog2pcap)
-3. You can then open it with Wireshark by installing the OMCI plugin from [Wireshark](https://wiki.wireshark.org/Contrib.md)
+2. You can convert it into a .pcap file using [omcilog2pcap](https://github.com/hack-gpon/omcilog2pcap)
+3. You can then open it with Wireshark by installing the OMCI plugin from [GitHub](https://github.com/hack-gpon/omci-wireshark-dissector)
If you want to log everything since the stick boots, you can create a custom rootfs. Place the last command inside `etc/runomci.sh` as the last line of the file
@@ -244,4 +244,4 @@ If you want to log everything since the stick boots, you can create a custom roo
# Miscellaneous Links
-- [omcilog2pcap](https://github.com/ADeltaX/omcilog2pcap)
+- [omcilog2pcap](https://github.com/hack-gpon/omcilog2pcap)