aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Slightly less hacky way to arrange that dictionary_load() be calledGuy Harris1-16/+21
2012-11-28Fix pretty-printing of the application ID in the protocol-details pane byJeff Morriss1-9/+20
2012-11-28There's a macro for the Request bit. Use it instead of hard-coded 0x80.Jeff Morriss1-3/+3
2012-10-16make the variable that holds tvb_length_remaining() a signed integerMartin Kaiser1-1/+1
2012-10-15Try to get rid of some of the" pedantic" warnings.Anders Broman1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-08-14Register for Diameter's SCTP PPID.Jeff Morriss1-0/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-06-08Don't register 3 (IPAddress) hf's with the same abbreviation but with 3Jeff Morriss1-3/+3
2012-06-08Thinking about it more, how we're storing the application ID isn't a problem.Jeff Morriss1-1/+1
2012-06-08Don't call val_to_str() only to then compare the result with "Uknown": useJeff Morriss1-17/+14
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-12/+12
2012-04-23It's not kosher to alloc and init a GArray ourselves instead of calling g_arr...Bill Meier1-3/+8
2012-03-19Fix crash (caused by a corrupted Diameter dictionary) reported inJeff Morriss1-3/+26
2012-03-13Add detailed decoding for Framed-IPv6-Prefix.Jeff Morriss1-10/+56
2012-03-13Don't mark a couple of unused parameters are unused.Jeff Morriss1-2/+2
2012-03-12Fix a typo in a function name and some indentation.Jeff Morriss1-17/+17
2011-11-02Amazingly, there *are* apparently protocols with IPv4 addresses inGuy Harris1-2/+2
2011-10-31Set the ENC_ on the remaining proto_add_item().Anders Broman1-27/+37
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-06-21We need to start reassembly on a segment boundary.Anders Broman1-2/+9
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-1/+4
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];Bill Meier1-5/+1
2011-04-22Change enum type in struct to an int to allow different enum types toStephen Fisher1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-12/+6
2011-02-08Add support for 4-byte NTP times (only the seconds) in proto_tree_add_item().Jeff Morriss1-25/+21
2011-01-03If we have no value to dissect, because the AVP has the wrong length forGuy Harris1-6/+18
2011-01-03Do length checking for Integer32, Integer64, Unsigned64, Float32, andGuy Harris1-9/+134
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-12-06Make some symbols static.Jeff Morriss1-1/+1
2010-11-15Use value_string ext for address family.Anders Broman1-3/+8
2010-11-10Make value_string_ext for all AVP:s with enums.Anders Broman1-3/+16
2010-11-10Make a more descriptive name for the per vendor avp value_string_ext.Anders Broman1-1/+1
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman1-6/+6
2010-10-19Remove some #if 0'd code I left in by mistake a while back....Bill Meier1-6/+0
2010-10-19From Tamás Regõs:Anders Broman1-0/+8
2010-10-18Use port range for SCTP too.Jeff Morriss1-26/+38
2010-10-14Rework "extended value strings":Bill Meier1-34/+29
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-3/+3
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-12/+11
2010-06-09Fix a copy paste error.Anders Broman1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-06-02Initialize no_vs_avps_ext with a pointer to a valid 'match' function so we do...Jeff Morriss1-1/+1