aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;wmeier1-0/+1
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.wmeier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-2/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-13From Didier Gautheron:etxrab1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-5/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-26/+26
2009-05-13Apply some of the patches from:etxrab1-3/+1
2009-04-07Use some default true_false_string's.wmeier1-12/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-13/+18
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-07-30More char -> const char fixesjmayer1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+3
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...ulfl1-1/+3
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1430