diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-06-13 07:44:37 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-06-13 07:44:37 +0000 |
commit | f3c5f96124d4f062fef9a5ba21022b808c4def05 (patch) | |
tree | 6bd801c394547ff2a7ba35a9c823bc1d8cf6feeb /epan/dissectors/packet-ldap.h | |
parent | 6d2e9ee5f7528497f89d816d74d19babdde3d591 (diff) | |
download | wireshark-f3c5f96124d4f062fef9a5ba21022b808c4def05.tar.gz wireshark-f3c5f96124d4f062fef9a5ba21022b808c4def05.tar.bz2 wireshark-f3c5f96124d4f062fef9a5ba21022b808c4def05.zip |
from metze
make the display of the filters more similar to how the ldap c api represents
filters and how they are commonly represented in documentation and other texts.
svn path=/trunk/; revision=18449
Diffstat (limited to 'epan/dissectors/packet-ldap.h')
-rw-r--r-- | epan/dissectors/packet-ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ldap.h b/epan/dissectors/packet-ldap.h index da424bbacd..93cdd7638d 100644 --- a/epan/dissectors/packet-ldap.h +++ b/epan/dissectors/packet-ldap.h @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ -/* .\packet-ldap.h */ +/* ./packet-ldap.h */ /* ../../tools/asn2wrs.py -b -e -p ldap -c ldap.cnf -s packet-ldap-template Lightweight-Directory-Access-Protocol-V3.asn */ /* Input file: packet-ldap-template.h */ |