aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam6-9/+9
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam8-8/+0
2009-09-23Build more plugins with cmake.Jörg Mayer5-0/+415
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam9-12/+9
2009-09-21CMake:Jörg Mayer8-0/+130
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-8/+7
2009-09-16Build a few more pluginsJörg Mayer6-0/+475
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier5-6/+6
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-0/+69
2009-09-13Run checkapi on the dissector header filesJeff Morriss31-30/+34
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam17-17/+17
2009-09-09Check our array lengths and refuse to process them if they're too large.Gerald Combs3-72/+67
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-15/+15
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-21Remove unneeded #includes.Jaap Keuter1-2/+0
2009-08-21Remove unneeded #includes.Jaap Keuter2-92/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier47-337/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+8
2009-08-20From Geoffrey Kimball:Jaap Keuter4-0/+181
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam23-32/+32