1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/sngrep.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/steamcmd.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 10:41:41 +09:00

577 B

sngrep

터미널에서 SIP 호출 메시지 흐름을 표시. 더 많은 정보: https://github.com/irontec/sngrep.

  • PCAP 파일에서 SIP 패킷 시각화:

sngrep -I {{경로/대상/파일.pcap}}

  • PCAP 파일에서 RTP 패킷이 포함된 INVITE 패킷으로 시작하는 대화만 시각화:

sngrep -crI {{경로/대상/파일.pcap}}

  • RTP 패킷이 포함된 INVITE 패킷으로 시작하는 대화만 실시간 인터페이스로 표시:

sngrep -cr

  • 인터페이스 없이 패킷을 파일로만 캡처:

sngrep -NO {{경로/대상/파일.pcap}}