aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2008-02-08Fix typo in commentStephen Fisher1-1/+1
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-5/+3
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-5/+3
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
2007-12-05At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),Guy Harris1-2/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher2-0/+39
2007-11-06Fix bug 1956 - make the bitwise-AND routine treat its arguments as beingGuy Harris1-18/+8
2007-11-06The "bitwise AND" display filter operator is supposed to evaluate toGuy Harris1-9/+10
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-3/+27
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
2007-01-18Remove extra element.Martin Mathieson1-1/+0
2007-01-18Missed this one (I don't build with pcre)Martin Mathieson1-1/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson12-105/+206
2006-12-30since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we...Ronnie Sahlberg1-6/+2
2006-12-24Reverse commit 20209, breaking the build across the board.Jaap Keuter1-20/+37
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memoryRonnie Sahlberg1-37/+20
2006-12-23make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memoryRonnie Sahlberg1-7/+2
2006-12-22hmmRonnie Sahlberg4-2/+30
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg4-30/+2
2006-11-07Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES fieldGuy Harris1-3/+9
2006-11-02Bug 1053: New SNMP filtering is brokenTomas Kukosa1-0/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg14-27/+27
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez12-0/+42
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-83/+82
2006-03-11propset...Jörg Mayer1-168/+168
2006-03-10few warnings from GUID handling avoidedTomas Kukosa1-5/+6
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa7-119/+173
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter1-0/+1
2005-12-06mark unused parameterTomas Kukosa1-1/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2-0/+94
2005-11-03Fix usage of PRI[du]64 - they just replace the "letter" part of theGuy Harris1-2/+2
2005-10-31When printing the code for a display filter:Guy Harris5-40/+168
2005-10-30"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.Guy Harris1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
2005-09-01filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX fo...Tomas Kukosa1-3/+50
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-18From Richard van der HoffAnders Broman1-4/+11
2005-08-04Albert Chin:Jörg Mayer1-1/+0
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer3-15/+15
2005-07-23Fix lots of warnings of type:Jörg Mayer1-1/+1
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-07-04new field type FT_GUIDTomas Kukosa2-0/+70