I hereby claim:
- I am geraldcombs on github.
- I am geraldcombs (https://keybase.io/geraldcombs) on keybase.
- I have a public key whose fingerprint is 5A5A DBA7 DBEA 6C3F 8722 4F19 8224 4A78 E6FE AEEA
To claim this, I am signing this object:
| -- event_extras.lua | |
| -- Add extra event fields. | |
| -- By Gerald Combs <[email protected]> | |
| -- Modified from https://wiki.wireshark.org/Lua/Examples/PostDissector | |
| -- To use this script, place it in your personal Lua plugin directory. | |
| -- You can find that by going to "About → Folders". | |
| -- Links: |
| # Adapted from https://github.com/Microsoft/vcpkg/blob/master/ports/libmaxminddb/CMakeLists.txt | |
| cmake_minimum_required (VERSION 3.9) | |
| project(maxminddb C) | |
| set(CMAKE_DEBUG_POSTFIX d) | |
| set(CMAKE_SHARED_LIBRARY_PREFIX lib) | |
| set(CMAKE_STATIC_LIBRARY_PREFIX lib) | |
| if(MSVC) |
| -- delta_distance.lua | |
| -- Add delta_distance.{copper,fiber}.{km,mi} fields | |
| -- By Gerald Combs <[email protected]> | |
| -- Modified from https://wiki.wireshark.org/Lua/Examples/PostDissector | |
| -- My Wireshark Lua skills were getting rusty so I wrote this. There are | |
| -- probably mistakes. | |
| -- To use this script, place it in your personal Lua plugin directory. | |
| -- You can find that by going to "About → Folders". |
I hereby claim:
To claim this, I am signing this object:
| Crypto: | |
| http://www.madboa.com/geek/openssl/ | |
| CSS: | |
| http://www.justinaguilar.com/animations/ | |
| Favicon: | |
| https://github.com/audreyr/favicon-cheat-sheet | |
| Fonts: |
| // http://www.pdp8online.com/images/greenbar.shtml | |
| @ws-greenbar-bg: #e4ffc7; | |
| @ws-greenbar-border: #4e9a06; | |
| table.table-greenbar { | |
| tr:nth-of-type(6n+1), tr:nth-of-type(6n+2), tr:nth-of-type(6n+3) { | |
| background: @ws-greenbar-bg; | |
| } | |
| tr { |
| <!-- | |
| Google Analytic's async loader modified to be even more async | |
| using jQuery | |
| http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html | |
| --> | |
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-xxxxx-x']); | |
| _gaq.push(['_trackPageview']); |