aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-3/+3
2000-05-11Add tvbuff class.Gilbert Ramirez1-63/+63
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-2/+9
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-2/+2
2000-02-16Fix NetBIOS name types as per my understanding and the MS Knowledge baseRichard Sharpe1-4/+4
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-3/+2
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1
2000-01-14Fixed small typo in hex printing.Gerald Combs1-2/+2
1999-11-30Make the NetBIOS dissecting routines all take a pointer to the beginningGuy Harris1-177/+184
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-10/+22
1999-11-15added sap types, netbios name types, ipx socket namesNathan Neulinger1-1/+5
1999-09-03Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris1-192/+378
1999-09-03Add in a pile of additional packet formats fromGuy Harris1-51/+218
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris1-3/+11
1999-09-03Add a bunch more NetBIOS name types.Guy Harris1-84/+89
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1-2/+3
1999-08-24Fixed the array problem in packet-netbios.Gilbert Ramirez1-2/+2
1999-08-18Changes to compile in win32.Gilbert Ramirez1-6/+6
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-0/+693