Commit Graph

10 Commits

Author SHA1 Message Date
Bill Meier aaa723e538 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
Also: whitespace cleanup.

svn path=/trunk/; revision=37603
2011-06-07 23:03:12 +00:00
Bill Meier 03b57df5a0 Fix various typos and spelling errors.
svn path=/trunk/; revision=35126
2010-12-06 01:34:58 +00:00
Jeff Morriss a1925522db Remove unnecessary include: register.h
svn path=/trunk/; revision=34194
2010-09-23 06:08:19 +00:00
Guy Harris 6e8ddafc03 g_strv_length() is only available in GLib 2.6 and later, and we don't
require GLib 2.6, just 2.4 or later.

svn path=/trunk/; revision=32301
2010-03-26 22:49:24 +00:00
Anders Broman e3a0cf1fcb From Andrej Kuehnal:
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-26 20:15:55 +00:00
Anders Broman 054938dbe3 strcat -> g_strlcat
svn path=/trunk/; revision=32164
2010-03-10 20:35:14 +00:00
Gerald Combs 990454aa93 The stdlib gods demand tribute.
svn path=/trunk/; revision=32143
2010-03-08 19:30:28 +00:00
Anders Broman ed5d503e5f Use strtok_s on windows and strtok_r otherwise.
svn path=/trunk/; revision=32138
2010-03-07 18:56:35 +00:00
Anders Broman c62344e572 Make tap-diameter-avp.c compile on windows.
I hope strtok_s is portable.

svn path=/trunk/; revision=32134
2010-03-07 16:00:34 +00:00
Anders Broman 1a855bfde2 From Andrej Kuehnal:
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
2010-03-06 20:54:58 +00:00