Supply Makefile.nmake files.
[obnox/wireshark/wip.git] / epan /
2005-01-16 guyFrom Jon Ringle:
2005-01-16 guyThe keycode_first and keycode_count arguments to "listO...
2005-01-16 guyRevert to the previous formatting of the item.
2005-01-16 guyDisplay the keycode list for a modifier a bit different...
2005-01-15 guyCorrection for TP-Validity-Period extended format,...
2005-01-15 guyFrom Carlos Pignataro: Layer Two Tunneling Protocol...
2005-01-15 guyFrom Yann: handle OLSR messages with an unknown message...
2005-01-14 tuexenAdd support for extended sequence numbers as specified...
2005-01-14 guyIf an item in a source description chunk begins with...
2005-01-14 guyPass 0, not FALSE, as the FCS length argument (FALSE...
2005-01-14 geraldFrom Greg Morris: Improve malformed packet handling.
2005-01-14 guyFix indentation.
2005-01-14 guyFrom Rene Pilz:
2005-01-14 guyFrom Stefano Pettini: RMT support for ALC and NORM.
2005-01-13 etxrabSome minor bugfixes to H225 functions exported and...
2005-01-13 guyUse tcp_dissect_pdus() for DLSw-over-TCP.
2005-01-13 guyUpdates from Susanne Edlund.
2005-01-13 guyAdd support for a personal hosts file.
2005-01-13 guyOPT RRs don't have a class field.
2005-01-13 guyUse symbolic names for ARP types.
2005-01-13 guyHTTP requests have no content if there's no Content...
2005-01-13 guyDisplay PER booleans the way other bitfields are displayed.
2005-01-13 etxrabDon't crash on a negative length
2005-01-12 ulfladd some of the DCE/RPC functions to the plugin API
2005-01-12 ulflperformance improvement:
2005-01-12 ulfladd new function dissect_dcerpc_uuid_t and let dissect_...
2005-01-10 kukosaAdd a "hex_str_to_bytes()" routine
2005-01-09 guyFrom Deepak Jain: L2TP v3 (draft 15) support.
2005-01-09 guyProperly declare "dissect_h245()" and "dissect_h245_h24...
2005-01-08 guyFrom Luis Ontanon: if new ett values are registered...
2005-01-08 guyGet rid of some of the boilerplate comments from the...
2005-01-08 etxrabReinsert dissection of h450 messages
2005-01-08 etxrabAdd a dissector for RTP payload AMR RFC 3267
2005-01-08 etxrabGenerate "conversations" code correctly, adaptions...
2005-01-07 guyUse BASE_NONE, not FT_NONE, for the "base" value of...
2005-01-07 guyGet rid of duplicate "element signature" field.
2005-01-07 geraldDefine data_handle at startup.
2005-01-07 guyFrom Mike Duigou: JXTA protocol support.
2005-01-07 guyConstify a pointer, so that the array of pointers to...
2005-01-07 guyDoxygen cleanups, from Mike Duigou.
2005-01-07 guyInclude <epan/address.h>, as per a suggestion by Thomas...
2005-01-07 guyFrom Carlos Pignataro:
2005-01-07 guyPut back the declaration of hostspath on Windows.
2005-01-07 guyFrom Chris Maynard: free strings fetched with "tvb_get_...
2005-01-07 guyFrom Chris Maynard: free strings fetched with "tvb_fake...
2005-01-07 guyFrom Chris Maynard: free mallocated strings when we...
2005-01-07 guyMove the open and close of the hosts file into "read_ho...
2005-01-07 guyFrom Chris Maynard: free strings fetched with "tvb_get_...
2005-01-07 lrolandCheck return value of getenv().
2005-01-06 guyAdd a dissector to handle IEEE 802a's OUI Extended...
2005-01-06 guyHandle the case where nobody registers any OUIs and...
2005-01-05 guyFrom Chris Maynard: catch a case where a string allocat...
2005-01-05 guyUse tvb_format_text() with %s format items, to handle...
2005-01-05 guyFrom Chris Maynard: don't extract strings with "tvb_get...
2005-01-05 guyFrom Chris Maynard: free strings allocated by "tvb_get_...
2005-01-05 guyFrom Chris Maynard: free strings allocated by "tvb_fake...
2005-01-05 guyFrom Chris Maynard: free mallocated data.
2005-01-05 guyFrom Chris Maynard: free strings even if we don't put...
2005-01-05 guyFrom Chris Maynard: free up the z_stream we've allocate...
2005-01-05 guyFrom Chris Maynard: free strings fetched with "tvb_fake...
2005-01-05 guyFree the image type string as soon as we're done with...
2005-01-05 guyFrom Chris Maynard: add a missing free of a string...
2005-01-05 guyFrom Chris Maynard: don't fetch a string if we're not...
2005-01-05 guyUse "tvb_format_text()" with %s format strings, so...
2005-01-05 guyUse "tvb_format_text()" to generate the text to use in
2005-01-05 guyUse "tvb_format_text()" to extract and format the buddy...
2005-01-05 lrolandFix broken parts of the new h225 dissector:
2005-01-03 geraldIf the ICMP code is present, put it in the Info column.
2005-01-02 lrolandfix a typo in new packet-h225.h
2005-01-02 etxrabChange the dissectors to asn2eth generated ones.
2005-01-02 guy*Correctly* append to the filter string.
2005-01-02 guyUnlike the detailed description of resource record...
2005-01-02 guyDon't cast pointers passed as arguments - pass a pointe...
2005-01-02 guyCast away the constness of the argument to "g_tree_look...
2005-01-01 guy"inet_pton()" isn't getting declared on Windows; includ...
2005-01-01 guyGet rid of some warnings about variables whose values...
2005-01-01 guyMake the signatures of functions passed to "register_ta...
2005-01-01 guy"address_to_str()" and "address_to_str_buf()" don't...
2005-01-01 guyAs we've made the tap_specific_data field of a tap_pack...
2004-12-31 guyNote what Fibre Channel spec documents this protocol.
2004-12-31 guyDon't bother copying the switch name to a buffer -...
2004-12-31 guyFix a bug introduced in the previous checkin.
2004-12-31 guyFC-over-IP is now covered by RFCs; update the specifica...
2004-12-31 guyNote what Fibre Channel spec documents this protocol.
2004-12-31 guyNote what Fibre Channel spec documents this protocol.
2004-12-31 guyUse "proto_tree_add_item()" to add a chunk of bytes...
2004-12-31 guyDon't assign const pointers to non-const pointers,...
2004-12-31 guy"string_to_hex()" doesn't modify its first argument...
2004-12-31 guyDon't cast away the constness of pointers passed to...
2004-12-31 guyThere are no guarantees that "strncasecmp()" works...
2004-12-31 guyUse "tvb_memeql()" to check whether specified bytes...
2004-12-31 guyDon't cast away the constness of argument pointers.
2004-12-31 guyDon't roll our own code to display IPv4 or IPv6 address...
2004-12-31 guyDon't assign the const pointers passed to hash routines...
2004-12-31 guyDon't assign a const pointer argument to a non-const...
2004-12-31 guyDon't assign the const pointers passed to hash routines...
2004-12-31 guyProperly cast the pointer assigned to col_info->col_data.
2004-12-31 guy"proto_registrar_get_byname()" doesn't modify its argum...
2004-12-31 jmayerMake sure print_buff is \0-terminated
2004-12-31 jmayerAs pointed out by Guy: We should be able to filter...
next