J’ai trouvé une façon simple de mettre en couleur les mots clés
des fichiers textes exportés de captures Wireshark dans MacVim (ou vim):
- Activer la liste des types de fichiers reconnus par vim via: Syntax –> Show filetypes in menu
- Activer la reconnaissances des mots clés avec Syntax –> Protocols (ou Syntax –> Services)
REF:
Vim documentation: syntax
Wireshark-exported text file syntax highlighting in vim
I found a simple way to perform syntax highlighting in MacVim (or
vim) for Wireshark-exported text files with the following menu
combination:
- Syntax –> Show filetypes in menu
- Syntax –> Protocols (or Syntax –> Services)