From Thomas Anders:
[obnox/wireshark/wip.git] / epan /
2004-10-18 geraldFrom Thomas Anders:
2004-10-18 geraldOne more item from CableLabs: Add conversation support...
2004-10-17 guyFrom Alejandro Vaquero: in the RTP analysis code, don...
2004-10-17 etxrabUpdate some SIP headers from iana.org/assignments/sip...
2004-10-17 guyFrom Rene Pilz: make DTAP be dissected for a GPRS LLC...
2004-10-17 guyFrom Rene Pilz: add a preference to ignore the cipher...
2004-10-17 guyFrom Thomas Anders: DHCP option 6 enhancements:
2004-10-17 guyUpdate to reflect changes to the range API.
2004-10-17 guyHave "range_convert_range()" dynamically allocate a...
2004-10-17 guy"ssn_range" needs to be a copy of "global_ssn_range...
2004-10-17 guy"ssn_range" needs to be a copy of "global_ssn_range...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-10-16 sahlbergmake the SEQUENCE dissection helper understand and...
2004-10-16 ulflfix a bug reported by Eric Wedel: Could not save prefer...
2004-10-16 guyMake the nranges member of a range_t be the number...
2004-10-16 guyFix a typo.
2004-10-16 guyClena up a few things.
2004-10-16 jmayerAdd support for draft-ietf-dhc-fqdn-option-07.txt
2004-10-16 jmayerChange Client Identifier display a bit to better handle...
2004-10-15 geraldFix a cut-and-paste error.
2004-10-15 geraldUpdates to reflect revision 4 of ethereal-win32-libs.
2004-10-15 geraldAdd support for decoding DES3/CBC/MD5 keys. Make it...
2004-10-15 geraldAdd range_convert_range and ranges_are_equal.
2004-10-15 guyDon't declare functions inside functions - not all...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-14 sahlbergadd support in packet-kerberos to use MIT Kerberos...
2004-10-14 guyUse "tvb_format_stringzpad()" rather than "tvb_format_t...
2004-10-14 guyGet rid of C++ comments.
2004-10-14 guyAdd the application ID for credit control, as per
2004-10-13 tuexenMake sure that the IPv4 and IPv6 address parameters...
2004-10-13 sahlbergget rid of some compiler warnings for cms
2004-10-13 sahlbergget rid of some compiler warnings for X509AF
2004-10-13 sahlbergfinal massaging to get rid of the last remaining compil...
2004-10-12 sahlbergget rid of some more compiler warnings
2004-10-12 sahlbergmassage the h248 files so that it compiles with asn2eth...
2004-10-12 guyFrom Tomas Kukosa: fix "col_set_str()" to work correctl...
2004-10-12 guyFrom Ronnie Sahlberg: set a variable before we test it.
2004-10-12 guyRe-generate with latest asn2eth.
2004-10-12 guyCheck in a regenerated file we missed.
2004-10-12 etxrabPretyfy EventName and SignalName
2004-10-12 guyCheck the values of the protocol preferences before...
2004-10-11 etxrabFix (hopefully) a compiler varning
2004-10-11 guyRe-generate a number of ASN.1-based dissectors with...
2004-10-11 guyConstify more pointer arguments.
2004-10-11 sahlbergFrom Martin M, update h2250 so that some things that...
2004-10-11 sahlbergdissect_per_restricted_character_string() was almost...
2004-10-11 sahlberg small fix for TCP ACK RTT, the measurements for the...
2004-10-11 guyFrom Mark C. Brown: add HP's OUI.
2004-10-11 guyMake "per_choice_t" and "per_sequence_t" structures...
2004-10-11 guyMake the "per_choice_t" and "per_sequence_t" pointer...
2004-10-08 guyMake the "asn_namedbit *" argument to "dissect_ber_bits...
2004-10-08 guy"dissect_ber_sequence()" doesn't modify the "ber_sequen...
2004-10-08 geraldRemove an unused variable.
2004-10-08 guyFrom Carlos Pignataro: decode more TLVs and subTLVs...
2004-10-08 guyUse "%%" in format strings if you want to print a %.
2004-10-08 guy"dissect_sigcomp()" returns 0 or the packet length...
2004-10-08 guyForce 4294967295 to be unsigned, to squelch a compiler...
2004-10-08 etxrabAdd sigcomp Universal Decompressor Virtual Machine...
2004-10-08 etxrabAdd sigcomp Universal Decompressor Virtual Machine...
2004-10-08 etxrabFrom: "Jacques, Olivier :
2004-10-07 geraldAdd support for the PacketCable Multimedia Specificatio...
2004-10-07 etxrabGet rid of h248-package-bcp, as it is no longer needed.
2004-10-07 etxrabAdded dissection of some packages Property ID:s
2004-10-07 etxrabExport some value strings and a function, some minor...
2004-10-06 guy"tvb_reported_length_remaining()" returns a "gint"...
2004-10-06 ulflremove MSVC compiler warning
2004-10-06 ulflbring MSVC generation back to live, as elipses in macro...
2004-10-06 guyWe now do reassembly.
2004-10-06 guyAdd support for reassembly.
2004-10-06 guyProperly reject packets that don't look like NDMP packets.
2004-10-06 guyFrom Francesco Fondelli: ICE protocol support.
2004-10-06 guyGive some more details on the hang in RH 9.
2004-10-05 guyUse "tvb_format_text()" for string items, so non-printa...
2004-10-05 guyFix a bunch of compiler warnings (and some code that...
2004-10-05 guyTurn off the longjmping stuff when doing name lookups...
2004-10-05 geraldDecode cable modem and MTA device capabilities. Make...
2004-10-05 geraldActually use radius_vendor_packetcable_policy_decision_...
2004-10-05 sahlbergAdd example template for how to add h248 extension...
2004-10-05 sahlbergminor update preparations to have a dissector table...
2004-10-05 guySet svn:keywords to Id to expand RCS IDs, and set svn...
2004-10-05 guyAdd checks in "rd_add_field_to_tree()" for the length...
2004-10-05 guyPut in the radius-types URL but don't list it as a...
2004-10-04 etxrabRegenerated with new template file
2004-10-04 geraldDe-@-ify email addresses.
2004-10-04 geraldAdd support for the PacketCable Event Message Specification
2004-10-03 sahlbergstub prettification of PackageName
2004-10-03 sahlbergminor kerberos4 update handle app-req properly
2004-10-03 sahlbergprettify mtpAddress
2004-10-03 sahlbergnew protocol : H.248 MEGACO v 2
2004-10-02 guyFrom Lars Roland: don't link EXTRA_OBJECTS unnecessaril...
2004-10-01 jmayerinitializing unsigned variables to -1 is considered...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-10-01 guy"prefs-int.h" belongs in epan, too.
2004-10-01 guyFrom Jouni Malinen:
2004-10-01 guyFrom Carlos Pignataro:
2004-10-01 guyFrom Kestutis Kupciunas: add new vendor enterprise...
2004-09-30 guyExport "sminmpec_values[]" from libethereal, for the...
2004-09-30 guyConstify some more stuff.
2004-09-30 guyMove the #defines for SMI Network Management Private...
2004-09-30 guyGive it an RCS ID.
next