Sort the geoip_db_ routines, add geoip_db_type(), remove extra
[obnox/wireshark/wip.git] / plugins /
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-02-24 stigFrom Hannes Diethelm via bug 4525:
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2010-01-28 wmeierFix gcc -Wshadow warning;
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2010-01-28 wmeierFix gcc -Wshadow warning.
2010-01-13 etxrabFrom Didier Gautheron:
2010-01-13 etxrabFrom Didier Gautheron:
2010-01-02 wmeierDo some cleanup:
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-17 wmeierFrom Martin Lutz: Patch tvb_memeql return check;
2009-12-08 jakeFix header field names containing dots.
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-11-04 ulfladd "reserved for profiles" comments
2009-11-03 etxrabFrom Benjamin Meyer:
2009-11-03 etxrabFrom Matthias FRANK:
2009-11-02 etxrabFrom Matthias FRANK:
2009-10-26 stigThe stats_tree plugin deserves a version number other...
2009-10-20 morrissDon't call PROTO_ITEM_SET_GENERATED(proto_tree_add...
2009-10-19 stigRemoved redundant redeclaration of delete_avpl().
2009-10-19 stigRenamed tvb_new -> new_tvb to avoid name collision.
2009-10-19 stigAdded cast to (void *) for pointers used in printf...
2009-10-12 stigInitialize variables which may be used uninitialized.
2009-10-12 wmeierReplace GMemChunk usage with se_alloc();
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-09 krjUse register_dissector_files in asn1 plugin
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-07 stigDon't include config.h in header files.
2009-10-06 stigBuild plugins with cmake on OSX.
2009-10-04 etxrabFrom Benjamin Meyer:
2009-10-04 etxrabFrom Benjamin Meyer:
2009-10-04 krjRemove check_col()
2009-10-04 krjUse G_N_ELEMENTS instead of hard coding size of array
2009-10-04 krjConstify wimax_mac_calc_crc8()
2009-10-04 krjConstify wimax_mac_calc_crc16()
2009-10-04 krjConstify wimax_mac_calc_crc32()
2009-10-04 krjRemove forward references
2009-10-04 krjMove prototype to wimax_utils.h
2009-10-04 krjInclude wimax_utils.h
2009-09-25 guyUntil we either supply "yapp" or put "yapp" into the...
2009-09-25 jmayerTry to add tpg, but it seems it doesn't build with...
2009-09-25 jmayerForgot to commit the unistim cmakefile
2009-09-25 jmayerFix build of make and asn1 plugins.
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-24 krjDon't guard col_append_str with check_col
2009-09-24 krjRemove check_col() guard
2009-09-24 etxrabUpdate *.vcproj to visual studio 8
2009-09-23 krjUse col_set_str instead of col_add_fstr/col_add_str...
2009-09-23 krjUse col_set_str instead of col_add_fstri/col_add_str...
2009-09-23 krjDon't col_clear() followed by col_set_str(). A col_set_...
2009-09-23 jmayerBuild more plugins with cmake.
2009-09-22 krjUse col_set_str instead of col_add_fstr when adding...
2009-09-21 jmayerCMake:
2009-09-20 krjUse tvb_get_ephemeral_stringz() instead of tvb_get_stri...
2009-09-16 jmayerBuild a few more plugins
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-09-15 jmayerBuild the asn1 plugin. The only problem(?) is, that...
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-09-09 geraldCheck our array lengths and refuse to process them...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-21 jakeRemove unneeded #includes.
2009-08-21 jakeRemove unneeded #includes.
2009-08-21 wmeier(Minor) Remove unneeded #includes.
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-20 jakeFrom Geoffrey Kimball:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-15 krjUse HFILL instead of hard coding the values
2009-08-14 krjFrom Artem Tamazov via. 3899:
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 wmeier(Trivial): Remove uneeded #includes; make a few fcns...
2009-08-09 wmeier'if(proto_... == -1)' not req'd; Don't register ett...
2009-08-09 krjDon't guard col_clear with col_check
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_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-08 geraldCheck TLV lengths before we try to add them to the...
2009-08-05 guyFix typo.
2009-08-04 guyPut the initializers for the elements of value_string...
2009-08-04 wmeierMinor changes:
2009-08-03 geraldRemove a couple of unused variables.
2009-08-03 geraldAdd some null checks.
2009-08-03 wmeierMore minor cleanups:
2009-08-03 wmeierMinor cleanups:
2009-08-03 wmeierVarious minor cleanups:
2009-08-03 wmeierUse find_dissector() instead of create_dissector_handle();
2009-07-21 etxrabFrom Benjamin Meyer:
2009-07-18 stigFrom Kovarththanan Rajaratnam via bug 3719:
2009-07-16 etxrabFrom Rajasekhar Reddy Gali:
2009-07-15 etxrabAdd /MP flag to make use of multi cores.
2009-07-07 stigRemoved header_field.h
2009-07-07 wmeierFix the esl protocol enable/disable handling issue...
2009-07-07 wmeierVarious fixes:
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-07-07 stigFrom Richard Kummel:
next