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>
This commit is contained in:
20
pages.ko/common/sngrep.md
Normal file
20
pages.ko/common/sngrep.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user