aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte14-28/+0
2014-02-25Remove trailing whitespaceBill Meier2-5/+5
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan2-0/+68
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris14-178/+396
2013-12-23Make buildbot HappyAlexis La Goutte1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann2-0/+81
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-4/+4
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris2-6/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki4-0/+5
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2-84/+86
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-2/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki2-0/+2
2013-11-08Use escape_string*() functions in ftype-string.Jakub Zawadzki1-56/+12
2013-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9323 :Jeff Morriss1-3/+5
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2-1/+93
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer1-1/+0
2013-09-13Two more places with now explicit emem.h includeJörg Mayer2-0/+2
2013-07-28Make many items filterable for Vines dissectors.Michael Mann2-0/+77
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-06-21get_ax25_name() is *NOT* the right routine to use to translate aGuy Harris1-15/+61
2013-03-19From beroset:Anders Broman4-7/+7
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-1/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus2-8/+2
2013-03-05type drange -> drange_tAnders Broman2-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-7/+22
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus2-8/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-21/+6
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki11-98/+98
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss12-24/+0
2012-08-19Handle double-clicks in the tree.Gerald Combs1-3/+11
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris2-0/+84
2012-06-28Update Free Software Foundation address.Jakub Zawadzki16-16/+16
2012-06-11Fix bug 6917Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman6-40/+40
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-05From Tony Trinh:Anders Broman1-1/+35
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs7-25/+25
2011-11-08Make some variables volatile to avoid warnings with my gcc version.Martin Mathieson1-9/+9
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-56/+39
2011-10-29Fixed max and min in sint24_from_unparsed() again.Stig Bjørlykke1-1/+1
2011-10-28Fixed max and min in sint24_from_unparsed().Stig Bjørlykke1-1/+1
2011-10-28Fixed a typo: strtoull() -> strtoul()Stig Bjørlykke1-1/+1
2011-10-28Simplified code for checking integer ranges.Stig Bjørlykke1-102/+32