summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer16-64/+40
2010-02-24From Hannes Diethelm via bug 4525:Stig Bjørlykke1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier4-22/+27
2010-01-28Fix gcc -Wshadow warning;Bill Meier1-1349/+1348
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier5-28/+27
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-3/+3
2010-01-13From Didier Gautheron:Anders Broman7-30/+15
2010-01-13From Didier Gautheron:Anders Broman9-9/+0
2010-01-02Do some cleanup:Bill Meier3-273/+288
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;Bill Meier1-6/+6
2009-12-08Fix header field names containing dots.Jaap Keuter2-12/+12
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis5-10/+10
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer16-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer16-62/+259
2009-11-04add "reserved for profiles" commentsUlf Lamping1-18/+21
2009-11-03From Benjamin Meyer:Anders Broman1-1/+1
2009-11-03From Matthias FRANK:Anders Broman1-7/+268
2009-11-02From Matthias FRANK:Anders Broman1-31/+195
2009-10-26The stats_tree plugin deserves a version number other than "0.0".Stig Bjørlykke1-1/+1
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss1-9/+17
2009-10-19Removed redundant redeclaration of delete_avpl().Stig Bjørlykke1-6/+0
2009-10-19Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2-23/+23
2009-10-19Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke1-17/+17
2009-10-12Initialize variables which may be used uninitialized.Stig Bjørlykke1-4/+4
2009-10-12Replace GMemChunk usage with se_alloc(); Bill Meier1-27/+5
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam13-301/+36
2009-10-09Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman17-57/+53
2009-10-07Don't include config.h in header files.Stig Bjørlykke5-20/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke16-0/+43
2009-10-04From Benjamin Meyer:Anders Broman1-7/+40
2009-10-04From Benjamin Meyer:Anders Broman1-1/+8
2009-10-04Remove check_col()Kovarththanan Rajaratnam1-24/+6
2009-10-04Use G_N_ELEMENTS instead of hard coding size of arrayKovarththanan Rajaratnam1-2/+2
2009-10-04Constify wimax_mac_calc_crc8()Kovarththanan Rajaratnam3-3/+3
2009-10-04Constify wimax_mac_calc_crc16()Kovarththanan Rajaratnam3-10/+10
2009-10-04Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam5-5/+5
2009-10-04Remove forward referencesKovarththanan Rajaratnam1-13/+0
2009-10-04Move prototype to wimax_utils.hKovarththanan Rajaratnam2-1/+2
2009-10-04Include wimax_utils.hKovarththanan Rajaratnam1-1/+2
2009-09-25Until we either supply "yapp" or put "yapp" into the list of tools youGuy Harris1-1/+0
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer3-0/+159
2009-09-25Forgot to commit the unistim cmakefileJörg Mayer1-0/+75
2009-09-25Fix build of make and asn1 plugins.Jörg Mayer2-6/+11
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam6-102/+51
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-28/+7
2009-09-24Remove check_col() guardKovarththanan Rajaratnam8-31/+7
2009-09-24Update *.vcproj to visual studio 8Anders Broman1-1/+2
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam4-6/+5