aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-01-01"inet_pton()" isn't getting declared on Windows; include "inet_v6defs.h"Guy Harris1-0/+4
2005-01-01Don't explicitly cast the last argument to OBJECT_SET_DATA() toGuy Harris1-2/+2
2005-01-01Cast away the constness of the geom_name argument toGuy Harris1-2/+2
2005-01-01Fix the signature of "iostat_packet()" - the pointer to data supplied byGuy Harris1-1/+1
2005-01-01When computing a hash value based on, among other things, aGuy Harris1-1/+1
2005-01-01The right way to check whether a pointer is null and get a Boolean is toGuy Harris3-11/+11
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 Harris30-216/+248
2005-01-01Throw in a cast to squelch an (unavoidable, and probably harmless -Guy Harris1-1/+1
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 Harris41-209/+181
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-31Update some function declarations in the plugin apiLars Roland2-5/+5
2004-12-31From Luis Ontanon for Mate:Lars Roland7-134/+265
2004-12-31Fix from Luis Ontanon:Lars Roland1-1/+1
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
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-8/+8
2004-12-31Don't assign a const pointer argument to a non-const pointer variable.Guy Harris1-1/+1
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris6-18/+18
2004-12-31Properly cast the pointer assigned to col_info->col_data.Guy Harris1-1/+1
2004-12-31"proto_registrar_get_byname()" doesn't modify its argument, so make itGuy Harris2-2/+2
2004-12-31Make arguments "const *" if the routine doesn't modify the object toGuy Harris2-10/+15
2004-12-31Make sure print_buff is \0-terminatedJörg Mayer1-0/+1
2004-12-31As pointed out by Guy: We should be able to filter on the original SSID,Jörg Mayer1-2/+5
2004-12-31In column sort routines, make the row pointers "const" pointers, as theGuy Harris8-16/+16
2004-12-31As "get_persconffile_path()" doesn't return a "const char *", neitherGuy Harris2-9/+8
2004-12-31"get_persconffile_path()" doesn't return a "const char *", it justGuy Harris1-3/+3
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris14-84/+79
2004-12-31Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2-2/+2
2004-12-31Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-12-30The first argument to "adler32_bytes()" is only passed on toGuy Harris2-3/+3
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris3-6/+22
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris4-25/+25
2004-12-30We now require gint64/guint64 support to build Ethereal, so get rid ofGuy Harris1-56/+2
2004-12-30Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman2-4/+4
2004-12-30Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman1-1/+1
2004-12-30Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman1-1/+1