aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-21- Move the export_pdu tap outside of if(tree)Anders Broman1-35/+35
2013-05-20Add export_pdu_tap to packet-diameter.cAnders Broman1-0/+28
2013-05-17set col fence, in case there are more Diameter PDU:s in a transport message.Anders Broman1-1/+4
2013-04-02Include padding length in the AVP's length.Jeff Morriss1-28/+27
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22And it happens again...Jeff Morriss1-32/+41
2013-03-02From beroset:Anders Broman1-44/+44
2013-02-17Use wmem memory to build most of the diameter hf and ett arrays.Evan Huus1-9/+10
2012-12-16Initialize a variable to avoid a (false) may-be-used-uninitialized warning tu...Jeff Morriss1-4/+1
2012-12-16Handle hop-by-hop-id collisions (when matching requests and answers) better:Jeff Morriss1-185/+217
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