aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-26Tvbuffify a commented-out line.Guy Harris1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-15"get_netbios_name()" can never return a negative number as the nameGuy Harris1-33/+11
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-03Add the standard "CHECK_DISPLAY_AS_DATA()" call.Guy Harris1-1/+4
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-13- Fix the hex pane offsets for hf_netb_local_ses_no,Gerald Combs1-6/+10
2000-11-11Fix the test for the first 10 bytes of a NetBIOS name being all zeroes.Guy Harris1-2/+2
2000-11-10tvbuffification by Jeff Foster.Gilbert Ramirez1-330/+407
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