ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37298: / /trunk/packaging/nsis/: wireshark.nsi /trunk/to

Date: Thu, 19 May 2011 18:10:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37298

User: gerald
Date: 2011/05/19 11:10 AM

Log:
 From Dirk Jagdmann via bug 5875:
 
 My attachment adds a link to a XSLT file to the preamble of the PDML.
 The XSLT will transform the PDML to a HTML page, and the HTML page
 features a look similar to Wireshark. See
 http://cubic.org/~doj/ebay/a.pdml for an example.
 
 The patch also contains a small perl program which converts the
 Wireshark colortable into javascript code which is used in the XSLT
 file. If you want to use a different color scheme you would execute the
 perl program and insert the generated javascript function into your XSLT
 file.
 
 To view the HTML you could either place the PDML and XSLT file on your
 webserver and verify that your webserver sends the PDML file as
 "text/xml".  Then your webbrowser will find the linked XSLT file,
 download that as well and convert the PDML to HTML on the fly.
 
 You could also use an XSLT processor like xsltproc to convert the PDML
 and XSLT into a static HTML file.
 
 
 From me:
 
 Minor fixups.

Directory: /trunk/packaging/nsis/
  Changes    Path             Action
  +2 -0      wireshark.nsi    Modified

Directory: /trunk/tools/
  Changes    Path                  Action
  +38 -0     colorfilters2js.pl    Added

Directory: /trunk/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified
  +1 -1      Makefile.am       Modified
  +1 -0      Makefile.nmake    Modified
  +1 -1      file.c            Modified
  +211 -0    pdml2html.xsl     Added
  +10 -2     print.c           Modified
  +1 -1      print.h           Modified
  +1 -1      tshark.c          Modified