aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-8/+4
2002-07-22Remove trailing space characters between a netbios name and the name type.tpot1-1/+14
2002-05-04Mark unused arguments as such.guy1-3/+4
2002-05-02Add registered fields for more DATA1 and DATA2 values.guy1-95/+103
2002-05-01Use a value_string for NBF command names and for caller name types.guy1-93/+128
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+6
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-3/+6
2001-11-20Make the capture routines take an additional argument giving the amountguy1-2/+2
2001-09-29Make the item for NetBIOS only as long as the NetBIOS header, so that itguy1-2/+2
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aguy1-25/+5
2001-09-29Have "dissect_netbios_payload()" take as an argument a tvbuff containingguy1-14/+13
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcguy1-23/+39
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-8/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-18/+18
2001-05-27Don't use END_OF_FRAME in tvbuffified dissectors.guy1-2/+2
2001-02-26Tvbuffify a commented-out line.guy1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-15"get_netbios_name()" can never return a negative number as the nameguy1-33/+11
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-03Add the standard "CHECK_DISPLAY_AS_DATA()" call.guy1-1/+4
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-13- Fix the hex pane offsets for hf_netb_local_ses_no,gerald1-6/+10
2000-11-11Fix the test for the first 10 bytes of a NetBIOS name being all zeroes.guy1-2/+2
2000-11-10tvbuffification by Jeff Foster.gram1-330/+407
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-3/+3
2000-05-11Add tvbuff class.gram1-63/+63
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsguy1-2/+9
2000-03-07Fix some "proto_tree_add_text()" calls.guy1-2/+2
2000-02-16Fix NetBIOS name types as per my understanding and the MS Knowledge basesharpe1-4/+4
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-3/+2
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notguy1-2/+1
2000-01-14Fixed small typo in hex printing.gerald1-2/+2
1999-11-30Make the NetBIOS dissecting routines all take a pointer to the beginningguy1-177/+184
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-10/+22
1999-11-15added sap types, netbios name types, ipx socket namesnneul1-1/+5
1999-09-03Add in a bunch of changes based on the IBM specification for the NetBIOSguy1-192/+378
1999-09-03Add in a pile of additional packet formats fromguy1-51/+218
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",guy1-3/+11
1999-09-03Add a bunch more NetBIOS name types.guy1-84/+89
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthguy1-2/+3
1999-08-24Fixed the array problem in packet-netbios.gram1-2/+2
1999-08-18Changes to compile in win32.gram1-6/+6