Add a inflateEnd() call to free up the stream in the re-init block.
[obnox/wireshark/wip.git] / epan / dissectors / packet-diameter.c
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
2005-08-18 ulflseveral times replacing:
2005-08-08 ulflvarious code cleanup:
2005-07-29 guyConstify some variables and arguments to squelch compil...
2005-07-28 jmayerchar -> const char warning fixes
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-06-26 ulflpacket-diameter.c(856) : warning C4090: 'function'...
2005-04-26 sahlbergfrom anders b
2005-03-06 guyNo, the code is the numerical value, not the vendor ID.
2005-03-06 guyFrom Ben Turner: fix an addVendor() call.
2005-03-02 etxrabPresent diameter time as UTC time rather than the local...
2005-02-28 etxrabUndo change of return (addVendor(atoi(id), code, name...
2005-02-27 etxrabAvoid trying to display a time before 00:00:00 UTC...
2005-02-24 etxrabFrom Ben Turner:
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2004-10-19 etxrabFrom Jacques, Olivier: - Fixing enums recognition...
2004-10-18 guySquelch a compiler warning.
2004-10-18 geraldFrom Olivier Jacques: Add #defines to disable XML...
2004-10-08 etxrabFrom: "Jacques, Olivier :
2004-09-30 guyConstify some more stuff.
2004-09-30 guyMove the #defines for SMI Network Management Private...
2004-09-28 guyFrom Olivier Jacques:
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.