Add a note.

svn path=/trunk/; revision=33741
This commit is contained in:
Guy Harris 2010-08-08 23:32:40 +00:00
parent 1e5aeaac2a
commit 414dadf6ba
1 changed files with 4 additions and 0 deletions

View File

@ -729,6 +729,10 @@ int netxray_open(wtap *wth, int *err, gchar **err_info)
switch (hdr.wan_hdlc_subsub_captype) {
case 0: /* LAPB/X.25 */
/*
* XXX - at least one capture of
* this type appears to be PPP.
*/
file_encap = WTAP_ENCAP_LAPB;
break;