aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.l
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-05-06Huzaifa Sidhpurwala of Red Hat Security Response Team discovered that weGerald Combs1-4/+2
2010-05-13From Tamas Regos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4760 :Jeff Morriss1-3/+3
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-1/+1
2009-04-08Just use g_strdup_printf() to construct a pathname - and useGuy Harris1-9/+2
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs1-1/+1
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-10/+11
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-79/+80
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-4/+28
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for a...Luis Ontanon1-19/+48
2007-07-18Initialise description field to avoid crash when dumping dictionary.Martin Mathieson1-0/+1
2007-07-18Make debugging static.Michael Tüxen1-1/+1
2007-07-17Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_D...Luis Ontanon1-9/+21
2007-07-17If we can't find dictionary.xml, fail instead of trying to read fromGerald Combs1-0/+5
2007-07-16Glibize diam_dict.l (should fix windows config)Luis Ontanon1-23/+24
2007-07-16Rewrite of the diameter dissector to use the dictionary for creating hfids, d...Luis Ontanon1-0/+759