aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;wmeier1-6/+6
2009-12-08Fix header field names containing dots.jake2-12/+12
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg5-10/+10
2009-11-17Beginnings of enabling static builds. Still to do:jmayer16-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer16-62/+259
2009-11-04add "reserved for profiles" commentsulfl1-18/+21
2009-11-03From Benjamin Meyer:etxrab1-1/+1
2009-11-03From Matthias FRANK:etxrab1-7/+268
2009-11-02From Matthias FRANK:etxrab1-31/+195
2009-10-26The stats_tree plugin deserves a version number other than "0.0".stig1-1/+1
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...morriss1-9/+17
2009-10-19Removed redundant redeclaration of delete_avpl().stig1-6/+0
2009-10-19Renamed tvb_new -> new_tvb to avoid name collision.stig2-23/+23
2009-10-19Added cast to (void *) for pointers used in printf format %p.stig1-17/+17
2009-10-12Initialize variables which may be used uninitialized.stig1-4/+4
2009-10-12Replace GMemChunk usage with se_alloc(); wmeier1-27/+5
2009-10-09Use register_dissector_files in the plugins dissectorskrj13-301/+36
2009-10-09Use register_dissector_files in asn1 pluginkrj1-25/+3
2009-10-09From Didier Gautheron:etxrab17-57/+53
2009-10-07Don't include config.h in header files.stig5-20/+0
2009-10-06Build plugins with cmake on OSX.stig16-0/+43
2009-10-04From Benjamin Meyer:etxrab1-7/+40
2009-10-04From Benjamin Meyer:etxrab1-1/+8
2009-10-04Remove check_col()krj1-24/+6
2009-10-04Use G_N_ELEMENTS instead of hard coding size of arraykrj1-2/+2
2009-10-04Constify wimax_mac_calc_crc8()krj3-3/+3
2009-10-04Constify wimax_mac_calc_crc16()krj3-10/+10
2009-10-04Constify wimax_mac_calc_crc32()krj5-5/+5
2009-10-04Remove forward referenceskrj1-13/+0
2009-10-04Move prototype to wimax_utils.hkrj2-1/+2
2009-10-04Include wimax_utils.hkrj1-1/+2
2009-09-25Until we either supply "yapp" or put "yapp" into the list of tools youguy1-1/+0
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.jmayer3-0/+159
2009-09-25Forgot to commit the unistim cmakefilejmayer1-0/+75
2009-09-25Fix build of make and asn1 plugins.jmayer2-6/+11
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj6-102/+51
2009-09-24Don't guard col_append_str with check_colkrj1-28/+7
2009-09-24Remove check_col() guardkrj8-31/+7
2009-09-24Update *.vcproj to visual studio 8etxrab1-1/+2
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj4-6/+5
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj6-9/+9
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj8-8/+0
2009-09-23Build more plugins with cmake.jmayer5-0/+415
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj9-12/+9
2009-09-21CMake:jmayer8-0/+130
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()krj1-8/+7
2009-09-16Build a few more pluginsjmayer6-0/+475
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier5-6/+6
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isjmayer1-0/+69