Do length checking for Integer32, Integer64, Unsigned64, Float32, and
[obnox/wireshark/wip.git] / epan / dissectors / packet-diameter.c
2011-01-03 guyDo length checking for Integer32, Integer64, Unsigned64...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-06 morrissMake some symbols static.
2010-11-15 etxrabUse value_string ext for address family.
2010-11-10 etxrabMake value_string_ext for all AVP:s with enums.
2010-11-10 etxrabMake a more descriptive name for the per vendor avp...
2010-11-09 etxrabDefine unused AVP:s to make it possible to use value_st...
2010-10-19 wmeierRemove some #if 0'd code I left in by mistake a while...
2010-10-19 etxrabFrom Tamás Regõs:
2010-10-18 morrissUse port range for SCTP too.
2010-10-14 wmeierRework "extended value strings":
2010-09-17 wmeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-09-15 martinmRemove a few more calls to check_col()
2010-06-09 etxrabFix a copy paste error.
2010-06-09 wmeierDo some constifying [or other] based upon gcc -Wwrite...
2010-06-02 morrissInitialize no_vs_avps_ext with a pointer to a valid...
2010-05-24 etxrabUse value_string_ext for AVP:s
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-07 etxrabRegister a dissector table for dissecting Ericsson...
2010-04-26 wmeierMove proto_reg_handoff... to the end of the file.
2010-03-07 etxrabUse strtok_s on windows and strtok_r otherwise.
2009-10-08 jakeClean up header fields.
2009-08-21 krjSanitize epan includes
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-26 etxrabFrom Sebastien Decugis:
2009-06-24 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-13 etxrabFrom Abhik Sarkar:
2009-04-07 wmeierUse some default true_false_string's.
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-11-15 etxrabFrom Abhik Sarkar:
2008-09-23 wmeierMinor changes related to proto_reg_handoff & pref ranges
2008-09-19 wmeierMinor cleanup mostly related to proto_reg_handoff
2008-08-25 etxrabAdd Answer or Request to the Command name in the info...
2008-08-14 wmeierUse const with value_string array definitions
2008-08-05 guyFix some errors introduced when fixing Luis Ontanon...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-07-16 guyThe second argument to g_ptr_array_add() is the pointer...
2008-07-15 morrissGArrays' data is properly aligned for whatever they...
2008-06-27 wmeierFix some warnings reported by gcc -Wshadow ...
2008-06-25 guyFix some warnings - declare some arguments, variables...
2008-04-05 martinmMark a local function static rather than extern.
2008-02-18 etxrabAdd an expert item about AVP:s without "data".
2008-01-28 etxrabDissect Vendor id and Auth-application Id.
2008-01-27 etxrabMake it possible to do subdissection of Diameter AVP...
2007-12-12 jmayerUpdate a comment about some flags
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-27 guyCheck for AVPs with a list of values and a type that...
2007-11-08 etxrabChange dissecton of address type for AVP < 256 (RADIUS...
2007-10-26 martinmRemove some unnecessary includes.
2007-10-24 geraldRemove a couple of unused variables.
2007-10-24 etxrabAdd port ranges.
2007-10-24 guyMake sure characters aren't sign-extended before being...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-07-27 martinmCheck the length in unsigned32 AVP data fields.
2007-07-20 martinm- add an all_cmds array for looking up 'RFC' packets
2007-07-20 lego- <?avp-proto and <?type-proto to instruct about which...
2007-07-18 wmeierFix two Windows compile warnings
2007-07-18 martinmMinor changes to expert items
2007-07-17 legoAdd Address decoding, two debug environment variables...
2007-07-17 geraldIf we can't find dictionary.xml, fail instead of trying...
2007-07-16 legofor MSVC (vendor_flag ? 12 : 8) is signed ...
2007-07-16 legoRewrite of the diameter dissector to use the dictionary...
2007-07-10 martinmAllow filtering of whole AVP
2007-07-09 martinm- Fix a broken comment in xml file
2007-06-20 martinm- include gqpolicy.xml properly!
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-04 sfisherFix a warning
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-03-23 ulflfix a lot more warnings
2007-01-31 martinmFix bug 1332 properly.
2007-01-30 martinmSize passed to IP address fields is now fixed (reported...
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-08-01 martinmDelete leftover printf
2006-07-17 etxrabFrom Martin Mathieson:
2006-07-07 etxrabFrom Martin Mathieson:
2006-07-03 etxrabFrom Martin Mathieson:
2006-05-28 etxrabEthereal->Wireshark
2006-05-23 etxrabFrom Martin Mathieson:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-15 etxrabdissect_diameter_tcp should be static void
2006-03-20 etxrabFrom Martin Mathieson:
2006-03-15 etxrabfrom Martim Mattieson:
2006-03-15 etxrabFrom Martin Mathieson
2006-02-16 guyUse the new "proto_tree_add_*_format_value" routines.
2006-01-20 jmayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2006-01-10 etxrabHandle <application id="4294967295" name="Relay"/>
2006-01-05 jmayerBill Meier:
2005-11-19 etxrabUse VendorID from sminmpec.
2005-11-16 etxrabDisplay AVP:s of Dimater type Unsigned32 as such even...
2005-10-15 sahlbergremove some strcpy() and strcat()
2005-10-13 sahlbergget rid of some strcpy() and some compiler warnings
2005-10-13 sahlbergremove some strcpy() from diameter and remove some...
2005-09-13 etxrabGet application ID from the packet.
2005-08-20 sahlbergmore sprintf updates
next