aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris1-0/+2
2005-01-07From Chris Maynard: free strings fetched with "tvb_fake_unicode()" whenGuy Harris1-1/+5
2005-01-07From Chris Maynard: free mallocated strings when we're done with them. Guy Harris1-20/+20
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".Guy Harris1-18/+42
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()".Guy Harris1-184/+333
2005-01-07Check return value of getenv(). Lars Roland1-3/+7
2005-01-06Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectorsGuy Harris4-0/+230
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isGuy Harris1-3/+6
2005-01-05From Chris Maynard: catch a case where a string allocated withGuy Harris1-1/+1
2005-01-05Use tvb_format_text() with %s format items, to handle non-printableGuy Harris1-5/+5
2005-01-05From Chris Maynard: don't extract strings with "tvb_get_string()" ifGuy Harris1-6/+8
2005-01-05From Chris Maynard: free strings allocated by "tvb_get_string()" afterGuy Harris1-0/+1
2005-01-05From Chris Maynard: free strings allocated by "tvb_fake_unicode()" afterGuy Harris1-0/+1
2005-01-05From Chris Maynard: free mallocated data.Guy Harris1-5/+14
2005-01-05From Chris Maynard: free strings even if we don't put them into theGuy Harris1-1/+1
2005-01-05From Chris Maynard: free up the z_stream we've allocated before failureGuy Harris1-0/+2
2005-01-05From Chris Maynard: free strings fetched with "tvb_fake_unicode()".Guy Harris1-0/+1
2005-01-05Free the image type string as soon as we're done with it, so that weGuy Harris1-1/+8
2005-01-05From Chris Maynard: add a missing free of a string fetched withGuy Harris1-0/+2
2005-01-05From Chris Maynard: don't fetch a string if we're not going to use it.Guy Harris1-7/+5
2005-01-05Use "tvb_format_text()" with %s format strings, so that we handleGuy Harris1-5/+3
2005-01-05Use "tvb_format_text()" to generate the text to use inGuy Harris1-6/+6
2005-01-05Use "tvb_format_text()" to extract and format the buddy name string inGuy Harris1-5/+3
2005-01-05Fix broken parts of the new h225 dissector:Lars Roland1-25/+62
2005-01-03If the ICMP code is present, put it in the Info column.Gerald Combs1-1/+4
2005-01-02fix a typo in new packet-h225.hLars Roland1-1/+1
2005-01-02Change the dissectors to asn2eth generated ones.Anders Broman4-27917/+28706
2005-01-02*Correctly* append to the filter string.Guy Harris1-2/+4
2005-01-02Unlike the detailed description of resource record types, theGuy Harris3-57/+6
2005-01-02Don't cast pointers passed as arguments - pass a pointer to the rightGuy Harris1-4/+8
2005-01-02Cast away the constness of the argument to "g_tree_lookup()" - anotherGuy Harris1-1/+1
2005-01-01"inet_pton()" isn't getting declared on Windows; include "inet_v6defs.h"Guy Harris1-0/+4
2005-01-01Get rid of some warnings about variables whose values might be lost in aGuy Harris3-3/+4
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-13/+12
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris2-4/+4
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris3-5/+5
2004-12-31Note what Fibre Channel spec documents this protocol.Guy Harris1-25/+28
2004-12-31Don't bother copying the switch name to a buffer - we can just useGuy Harris1-3/+1
2004-12-31Fix a bug introduced in the previous checkin.Guy Harris1-3/+3
2004-12-31FC-over-IP is now covered by RFCs; update the specification references.Guy Harris1-15/+8
2004-12-31Note what Fibre Channel spec documents this protocol.Guy Harris2-76/+102
2004-12-31Note what Fibre Channel spec documents this protocol.Guy Harris1-40/+27
2004-12-31Use "proto_tree_add_item()" to add a chunk of bytes to the protocolGuy Harris1-2/+2
2004-12-31Don't assign const pointers to non-const pointers, especially if theGuy Harris1-2/+2
2004-12-31"string_to_hex()" doesn't modify its first argument, so make it aGuy Harris1-2/+2
2004-12-31Don't cast away the constness of pointers passed to "ip_to_str()" -Guy Harris1-2/+2
2004-12-31There are no guarantees that "strncasecmp()" works withGuy Harris1-3/+5
2004-12-31Use "tvb_memeql()" to check whether specified bytes in a packet have aGuy Harris1-6/+6
2004-12-31Don't cast away the constness of argument pointers.Guy Harris1-8/+27
2004-12-31Don't roll our own code to display IPv4 or IPv6 addresses, useGuy Harris1-19/+41