• M
    tools: Keep wireshark plugin registration code in git · a87a75e5
    Michal Privoznik 提交于
    In order to be able to dissect libvirt protocol the wireshark
    plugin needs to be registered. So far this plugin registration
    code was generated on every build using a script that was copied
    over from wireshark's tools/ directory.
    
    This is suboptimal, because the way that plugins register changes
    across wireshark releases. Therefore, let's keep the generated
    file in the git, put the command line used to generate the file
    into a comment and remove the script.
    
    This solution allows us to put different registration mechanism
    into one file (under #ifdef-s) and thus compile with wider range
    of wireshark releases.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    a87a75e5
plugin.c 1.0 KB