aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Do some cleanup:Bill Meier2010-01-023-273/+288
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-192-21/+21
* From Martin Lutz: Patch tvb_memeql return check;Bill Meier2009-12-171-6/+6
* Fix header field names containing dots.Jaap Keuter2009-12-082-12/+12
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-175-10/+10
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-1716-19/+19
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-0716-62/+259
* add "reserved for profiles" commentsUlf Lamping2009-11-041-18/+21
* From Benjamin Meyer:Anders Broman2009-11-031-1/+1
* From Matthias FRANK:Anders Broman2009-11-031-7/+268
* From Matthias FRANK:Anders Broman2009-11-021-31/+195
* The stats_tree plugin deserves a version number other than "0.0".Stig Bjørlykke2009-10-261-1/+1
* Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss2009-10-201-9/+17
* Removed redundant redeclaration of delete_avpl().Stig Bjørlykke2009-10-191-6/+0
* Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2009-10-192-23/+23
* Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke2009-10-191-17/+17
* Initialize variables which may be used uninitialized.Stig Bjørlykke2009-10-121-4/+4
* Replace GMemChunk usage with se_alloc(); Bill Meier2009-10-121-27/+5
* Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam2009-10-0913-301/+36
* Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam2009-10-091-25/+3
* From Didier Gautheron:Anders Broman2009-10-0917-57/+53
* Don't include config.h in header files.Stig Bjørlykke2009-10-075-20/+0
* Build plugins with cmake on OSX.Stig Bjørlykke2009-10-0616-0/+43
* From Benjamin Meyer:Anders Broman2009-10-041-7/+40
* From Benjamin Meyer:Anders Broman2009-10-041-1/+8
* Remove check_col()Kovarththanan Rajaratnam2009-10-041-24/+6
* Use G_N_ELEMENTS instead of hard coding size of arrayKovarththanan Rajaratnam2009-10-041-2/+2
* Constify wimax_mac_calc_crc8()Kovarththanan Rajaratnam2009-10-043-3/+3
* Constify wimax_mac_calc_crc16()Kovarththanan Rajaratnam2009-10-043-10/+10
* Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam2009-10-045-5/+5
* Remove forward referencesKovarththanan Rajaratnam2009-10-041-13/+0
* Move prototype to wimax_utils.hKovarththanan Rajaratnam2009-10-042-1/+2
* Include wimax_utils.hKovarththanan Rajaratnam2009-10-041-1/+2
* Until we either supply "yapp" or put "yapp" into the list of tools youGuy Harris2009-09-251-1/+0
* Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer2009-09-253-0/+159
* Forgot to commit the unistim cmakefileJörg Mayer2009-09-251-0/+75
* Fix build of make and asn1 plugins.Jörg Mayer2009-09-252-6/+11
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-246-102/+51
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-28/+7
* Remove check_col() guardKovarththanan Rajaratnam2009-09-248-31/+7
* Update *.vcproj to visual studio 8Anders Broman2009-09-241-1/+2
* Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam2009-09-234-6/+5
* Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam2009-09-236-9/+9
* Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam2009-09-238-8/+0
* Build more plugins with cmake.Jörg Mayer2009-09-235-0/+415
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-229-12/+9
* CMake:Jörg Mayer2009-09-218-0/+130
* Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam2009-09-201-8/+7
* Build a few more pluginsJörg Mayer2009-09-166-0/+475
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-155-6/+6