aboutsummaryrefslogtreecommitdiffstats
path: root/tap-diameter-avp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+0
Also: whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37603 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35126 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34194 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-26g_strv_length() is only available in GLib 2.6 and later, and we don'tguy1-1/+3
require GLib 2.6, just 2.4 or later. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32301 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-26From Andrej Kuehnal:etxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32294 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-11Squelch some compiler warnings.guy1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32165 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-09Mark unused arguments.guy1-1/+1
Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32149 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-0/+279
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32138 f5534014-38df-0310-8fa8-9805f1628bb7