diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2006-05-23 15:17:14 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2006-05-23 15:17:14 +0000 |
commit | 55600fb60adbd522e512b278d1da2b88dfa14039 (patch) | |
tree | a465a11fa554bd6640bc084ce1421b6569125078 /asn1/h225 | |
parent | 8bb127d1c1a97aa10b755c9a83488b4aa3b7a5dd (diff) | |
download | wireshark-55600fb60adbd522e512b278d1da2b88dfa14039.tar.gz wireshark-55600fb60adbd522e512b278d1da2b88dfa14039.tar.bz2 wireshark-55600fb60adbd522e512b278d1da2b88dfa14039.zip |
Ethereal -> Wireshark
asn2eth -> asn2wrs
svn path=/trunk/; revision=18214
Diffstat (limited to 'asn1/h225')
-rw-r--r-- | asn1/h225/h225.asn | 2 | ||||
-rw-r--r-- | asn1/h225/packet-h225-template.c | 2 | ||||
-rw-r--r-- | asn1/h225/packet-h225-template.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/asn1/h225/h225.asn b/asn1/h225/h225.asn index bd94d76805..e13508ca1c 100644 --- a/asn1/h225/h225.asn +++ b/asn1/h225/h225.asn @@ -412,7 +412,7 @@ TransportAddress ::= CHOICE { nonStandardAddress NonStandardParameter, ... } --- Ethereal adaptation +-- Wireshark adaptation H245TransportAddress ::= CHOICE { h245ipAddress SEQUENCE {h245ipv4 OCTET STRING(SIZE (4)), diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c index edf47f6b81..a3394f1622 100644 --- a/asn1/h225/packet-h225-template.c +++ b/asn1/h225/packet-h225-template.c @@ -28,7 +28,7 @@ * to hack it by hand, but it is incomplete and buggy and it is good when * it will go away." * Ronnie did a great job and all the VoIP users had made good use of it! - * Credit to Tomas Kukosa for developing the Asn2eth compiler. + * Credit to Tomas Kukosa for developing the asn2wrs compiler. * */ diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h index 6b70f70cb4..e41d69fd84 100644 --- a/asn1/h225/packet-h225-template.h +++ b/asn1/h225/packet-h225-template.h @@ -73,7 +73,7 @@ typedef struct _h225_packet_info { /* * the following allows TAP code access to the messages * without having to duplicate it. With MSVC and a - * libethereal.dll, we need a special declaration. + * libwireshark.dll, we need a special declaration. */ #include "packet-per.h" |