aboutsummaryrefslogtreecommitdiffstats
path: root/tap-diameter-avp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
svn path=/trunk/; revision=35126
2010-09-23Remove unnecessary include: register.hJeff Morriss1-1/+0
svn path=/trunk/; revision=34194
2010-03-26g_strv_length() is only available in GLib 2.6 and later, and we don'tGuy Harris1-1/+3
require GLib 2.6, just 2.4 or later. svn path=/trunk/; revision=32301
2010-03-26From Andrej Kuehnal:Anders Broman1-46/+54
tap-diameter-avp.patch: - make diameter.cmd_code configurable rather than hard coded in - more fields in the output - documetation/man pages + usage examples - switch option parser from stdlib to glib to avoid troubles with M$ c++ diameter-dict.patch remove strage spaces in the AVP names. svn path=/trunk/; revision=32294
2010-03-10strcat -> g_strlcatAnders Broman1-4/+4
svn path=/trunk/; revision=32164
2010-03-08The stdlib gods demand tribute.Gerald Combs1-1/+1
svn path=/trunk/; revision=32143
2010-03-07Use strtok_s on windows and strtok_r otherwise.Anders Broman1-0/+4
svn path=/trunk/; revision=32138
2010-03-07Make tap-diameter-avp.c compile on windows.Anders Broman1-1/+1
I hope strtok_s is portable. svn path=/trunk/; revision=32134
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+275
New feature: extract specified diameter AVPs from large capture files. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4560 svn path=/trunk/; revision=32132