22 May 2010

Coloration des mots clés pour les fichiers textes exportés de Wireshark

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):
  1. Activer la liste des types de fichiers reconnus par vim via: Syntax –> Show filetypes in menu
  2. 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:
  1. Syntax –> Show filetypes in menu
  2. Syntax –> Protocols (or Syntax –> Services)