aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-19/+19
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-04-17Removed unneeded assignments.stig1-2/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-10Define some fcns & vars as static...wmeier1-4/+4
2009-10-10Replace use of GMemChunk by se_alloc;wmeier1-1/+13
2009-10-10Use consistent indentationwmeier1-281/+281
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-6/+6
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-05-05The expert_item pointers and expert_status values don't need to beguy1-427/+424
2008-08-14Use const with value_string array definitionswmeier1-2/+2
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+1
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-12/+16
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.etxrab1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-08-29Fixes and updated files:gmorris1-3/+10
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-15From Greg Morris:etxrab1-171/+172
2005-11-24From Greg Morris:etxrab1-6/+24
2005-11-05remove an array and some strcat from ncpsahlberg1-33/+29
2005-10-27get rid of some strcpysahlberg1-1/+1
2005-10-24Clean up indentation.guy1-10/+18
2005-10-19From Greg Morris:gram1-29/+22
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-16/+3
2005-07-30More char -> const char fixesjmayer1-10/+5
2005-04-27Fix a buffer overflow. Fixes bug 100.gerald1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-18Distinguish between the "data offset" field (offset of this burstguy1-32/+69
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-4/+5
2004-07-28From Greg Morris:guy1-123/+145
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1052