aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-15Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam2-8/+8
2009-08-14From Artem Tamazov via. 3899:Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2-6/+6
2009-08-09(Trivial): Remove uneeded #includes; make a few fcns static;Bill Meier8-38/+6
2009-08-09'if(proto_... == -1)' not req'd; Don't register ett[] more than once;Bill Meier3-52/+27
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam6-22/+6
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam5-20/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam9-18/+9
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2-5/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam17-46/+23