Use ENC_NA as encoding for proto_tree_add_item() calls which directly reference an...
[obnox/wireshark/wip.git] / epan / dissectors / packet-ncp.c
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-04-17 stigRemoved unneeded assignments.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-10-10 wmeierDefine some fcns & vars as static...
2009-10-10 wmeierReplace use of GMemChunk by se_alloc;
2009-10-10 wmeierUse consistent indentation
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-05 guyThe expert_item pointers and expert_status values don...
2008-08-14 wmeierUse const with value_string array definitions
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-03-24 morrissClean up some more warnings: unused variables, unitiali...
2006-12-07 etxrabRevert some dissector_handle_t to static changes to...
2006-12-07 etxrabAs ponted out by Stig Bjørlykke change a whole bunch...
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-08-29 gmorrisFixes and updated files:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-15 etxrabFrom Greg Morris:
2005-11-24 etxrabFrom Greg Morris:
2005-11-05 sahlbergremove an array and some strcat from ncp
2005-10-27 sahlbergget rid of some strcpy
2005-10-24 guyClean up indentation.
2005-10-19 gramFrom Greg Morris:
2005-08-13 sahlbergsome more gmemchunk -> se_alloc() updates
2005-07-30 jmayerMore char -> const char fixes
2005-04-27 geraldFix a buffer overflow. Fixes bug 100.
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-18 guyDistinguish between the "data offset" field (offset...
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-28 guyFrom Greg Morris:
2004-07-18 gramMove dissectors to epan/dissectors directory.