aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-3/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-17If NBF reassembly isn't enabled, hand Data First Middle frames toGuy Harris1-19/+14
2002-12-03Make the fragment item table static and const.Guy Harris1-17/+17
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-73/+303
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+4
2002-07-22Remove trailing space characters between a netbios name and the name type.Tim Potter1-1/+14
2002-05-04Mark unused arguments as such.Guy Harris1-3/+4
2002-05-02Add registered fields for more DATA1 and DATA2 values.Guy Harris1-95/+103
2002-05-01Use a value_string for NBF command names and for caller name types.Guy Harris1-93/+128
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+6
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-2/+2
2001-09-29Make the item for NetBIOS only as long as the NetBIOS header, so that itGuy Harris1-2/+2
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aGuy Harris1-25/+5
2001-09-29Have "dissect_netbios_payload()" take as an argument a tvbuff containingGuy Harris1-14/+13
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris1-23/+39
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-8/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-18/+18
2001-05-27Don't use END_OF_FRAME in tvbuffified dissectors.Guy Harris1-2/+2
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