aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+2
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann1-1/+3
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-1/+2
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-3/+7
2014-12-21Use the "netbios" heuristic dissector list elsewhere.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-12proto_tree_add_text cleanupMichael Mann1-57/+95
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-15To quote GCC, "uninitialized const 'zeroes' is invalid in C++". I guessGuy Harris1-1/+1
2013-11-14Let's try putting the 'const' in the right place...Bill Meier1-1/+1
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-177/+206
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-19/+15
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+8
2013-02-28Combine all the flags fields into one field, and get rid of theGuy Harris1-112/+90
2013-02-27Increase use of proto_tree_add_item (mostly replacing proto_tree_add_text)Michael Mann1-31/+50
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+5
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-17/+20
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-11/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-1/+0
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;Bill Meier1-0/+1
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-2/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0