http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20253
User: jake
Date: 2007/01/01 02:48 PM
Log:
From Mark C. Brown:
HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
NS_LS_TELNET is just raw telnet data. There is no layer 2/3/4 headers, so
there's just the HP-UX nettl record header followed directly by the TCP payload
for a telnet connection. Thus the need for a new wiretap encapsulation type...
Directory: /trunk/epan/dissectors/
Changes Path Action
+17 -7 packet-nettl.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+44 -36 nettl.c Modified
+2 -2 nettl.h Modified
+5 -2 wtap.c Modified
+7 -6 wtap.h Modified