Fedora 7 Update: wireshark-0.99.7-1.fc7


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Fedora 7 Update: wireshark-0.99.7-1.fc7
# 1  
Old 12-24-2007
Fedora 7 Update: wireshark-0.99.7-1.fc7

LinuxSecurity.com: A upgrade to 0.99.7 wireshark which fixes various security flaws.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Red Hat

Fedora 14 Update

Hi experts. I have installed Fedora 13 and new release Fedora 14 is available, then: If I instal fedora 14 from CD created from iso file Will be lost all my data and current configuration? What is the correct process to update my system? Thanks a lot for your advice and please be... (4 Replies)
Discussion started by: orma
4 Replies
Login or Register to Ask a Question
ASN2DEB(1)							  [FIXME: manual]							ASN2DEB(1)

NAME
asn2deb - create a Debian package for BER monitoring from ASN.1 SYNOPSIS
asn2deb [-a ASN.1 file] [--asn=ASN.1 file] [-d opts] [--dbopts=opts] [-e address] [--email=address] [-h] [--help] [-n name] [--name=name] [-p] [--preserve] [-v] [--version] DESCRIPTION
This manual page documents briefly the asn2deb command. asn2deb takes an ASN.1 file as input and creates a Debian package from it. The package contains a loadable type table file for the wireshark network analyser. The type table is generated by the ASN.1 compiler snacc. OPTIONS
-a ASN.1 file --asn=ASN.1 file ASN.1 file to use (mandatory). -d opts --dbopts=opts options for dpkg-buildpackage. -e address --email=address use e-mail address. -h --help print help and exit. -n name --name=name use user name. -p --preserve do not overwrite files. -v --version print version and exit. Example: /usr/bin/asn2deb -e me@foo.net -a bar.asn1 -n "My Name" -d "-rfakeroot -uc -us" SEE ALSO
A lot of tools are used, which you have to apt-get install: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev, snacc. COPYING
This manual page was written by W. Borgert debacle@debian.org for Debian GNU/Linux (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. AUTHOR
W. Borgert Author. COPYRIGHT
Copyright (C) 2003, 2005 W. Borgert [FIXME: source] 2004-02-18 ASN2DEB(1)