From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6377, with...
[obnox/wireshark/wip.git] / doc / README.developer
2007-10-26 wmeierFrom Andrew Feren: Fix an assortment of typos and other...
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-10-13 sakeUpdate to README.developer describing the use of conver...
2007-09-28 morrissAdd a small note saying not to use proto_tree_add_text...
2007-09-28 morrissAdd notes suggesting not to use hidden fields but if...
2007-09-26 sfisherThe dissector packet-dcp.c now fails to compile on...
2007-09-26 guyDon't use
2007-07-13 jakeAdded remark on anonymous unions.
2007-07-12 morrissFrom Guillem Hernandez: fix decoding of EOSP bit. From...
2007-07-09 jakeAdd a note on how to handle obsolete preferences
2007-05-29 guyUpdate to reflect the use of G_GINT64_MODIFIER, rather...
2007-04-02 morrissMake RX a new style dissector: return 0 if there isn...
2007-03-31 ulfladd a small section, that code should be warning free
2007-03-30 standel- new ptvcursor subtrees management functions :
2007-03-11 morrissFix bug 552:
2007-03-05 jakeFrom Richard van der Hoff:
2007-02-14 sfisherFrom Sebastien Tandel:
2007-02-13 sfisherFrom Sebastien Tandel:
2007-01-31 morrissExplain what 'base' in 'prefs_register_uint_preference...
2007-01-26 jakeFrom Graham Bloice:
2007-01-10 jakeExtending true_false_string support
2006-12-14 sfisherFrom Stig Bjorlykke:
2006-12-07 sfisherFrom Francesco Fondelli:
2006-11-29 morrissAdd documentation of the col_set_fence() and col_prepen...
2006-11-28 sahlbergadd description of proto_tree_add_bitmask()
2006-11-26 morrissChange to show how to write a 'new style' dissector...
2006-11-21 guyIf you're doing TCP reassembly by hand rather than...
2006-11-21 jakeCorrect comments and examples on get_pdu_len().
2006-11-16 geraldAdd comments to the indentation style section.
2006-11-07 guyAdd Yet Another Portability Recommendation.
2006-10-26 guyMention the 64-bit-integer accessors.
2006-10-16 ulfl- some more cleanup
2006-10-16 ulflsplit the display filter engine doc into it's own file
2006-10-15 ulfladd a prerequisites section and some minor changes
2006-10-14 jakeUpdate FSF address in code template
2006-10-12 jakeCleanup sample code.
2006-08-29 ulflfrom Stephen Fisher:
2006-08-10 jmayerStephen Fisher:
2006-07-03 jakeUpdate the ptvcursors chapter.
2006-06-21 jakeStricter wording for PROTOABBREV
2006-05-31 geraldRename the main executable to "wireshark", along with...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-22 sahlbergethereal->wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-05-15 kukosaupdate with FT_GUID, FT_OID, BASE_DEC_HEX, BASE_HEX_DEC
2006-05-02 gramAdd infrastructure for display filter functions.
2006-02-25 jmayerRemove references to README.tvbuff. The Makefile.am...
2006-02-24 jakeRemove obsolete document README.tvbuff
2006-02-16 guyDocument the proto_tree_add_XXX_format_value() routines.
2005-10-25 gramDocument ptvcursors.
2005-10-15 sahlberg add some text to discourage using strcpy and friends...
2005-09-10 guyAdd "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses...
2005-08-10 sahlbergadd new function tvb_get_ephemeral_stringz()
2005-08-10 sahlbergrename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-04 jmayerDon't initialize variables in their declaration with...
2005-06-17 geraldAdd a note about fuzz testing.
2005-06-09 etxrabFrom Mike Duigou
2005-06-03 etxrabFrom Mike Duigou:
2005-05-11 sahlbergSome applications do very naughty things like reusing...
2005-04-19 sahlbergFrom Jon R
2005-04-11 geraldAdd a note about testing to the "Robustness" section.
2005-03-26 guyAdd a note about doing checks before subtracting, for...
2005-03-23 guyThou shalt not g_assert() in a dissector.
2005-03-23 guyRemind people not to use "g_ntoh[ls]()" or "g_hton...
2005-03-14 ulflfix a bug and add a forward declaration in the example...
2005-03-11 ulflfrom Micheal Duigou: add some doxygen tags and some...
2005-03-11 guyAdd one more reason to use "tvb_get_string()", as we...
2005-02-01 jmayerAdd boolean to the list of non-portable types
2005-01-07 guyGrammar and typo fix from Mike Duigou.
2004-12-28 ulfladd a more detailed description, how to add a new disse...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-06 guyNote that variadic macros shouldn't be used.
2004-09-17 guyNote that declarations in the middle of a block aren...
2004-09-11 guyNote that _WIN32, not WIN32, should be used in #ifdefs...
2004-09-07 guyNote that developers should avoid GTK+ 2.x/GLib 2.x...
2004-08-31 ulfladd HFILL to the skeleton example and documentation...
2004-08-31 ulflcorrected paths, where the dissectors and the correspon...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-19 guyNote that "G_GINT64_CONSTANT()" should be used for...
2004-07-23 guyNote that you *MUST* make sure "match_strval()" doesn...
2004-07-18 jmayerSNPRINTF isn't used any more - remove from sample dissector
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-08 guyGive more details on the "don't build the protocol...
2004-06-25 jmayertmpnam() really should not be used for security reasons.
2004-06-19 guyPick up the stuff I did for tcpdump to figure out the...
2004-05-24 guyHave two strings in an enum_val_t - one that's a short...
2004-03-25 ulfladded hint to use g_snprintf instead of snprintf and...
2004-03-19 guyUpdate to reflect current reality.
2004-02-25 guyDescribe some problems with processing data pointed...
2004-02-19 jmayerRemove a comment on ancient Ethereal
2004-02-14 obiotAdd a note on white space conventions (tab expansion...
2004-01-21 jmayerMove the list of dissectors (DISSECTOR_SRC) out of...
2003-12-30 obiotHeader files proto-ABBREV.h must not exist if there...
2003-12-19 guyNote that "uchar", "u_char", "u_short", "u_int", and...
2003-11-14 guyFix the stuff that talks about adding to DISSECTOR_SOUR...
2003-11-06 guyWarn people not to use the "numbered argument" feature...
2003-10-28 guyClarify the previous checkin - that applies to the...
2003-10-28 guyAs per a suggestion by Olivier Biot, note that objects...
next