aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-13From Didier Gautheron:Anders Broman1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-04-07Use some default true_false_string's.Bill Meier1-12/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1