aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-30Regenerate.Guy Harris5-6/+6
2004-12-30Fix the declaration of "tap_queue_packet()" to match its new signature.Guy Harris1-1/+1
2004-12-30From Vincent Jardin: Fix the dissection of relayed messages.Gerald Combs1-84/+58
2004-12-30Add "get_addr_name()" to the list of items exported by libethereal.Guy Harris1-0/+1
2004-12-30Fix some cut-and-pasteos.Guy Harris1-2/+2
2004-12-30In the "capture_null()" routine, handle IPv6.Guy Harris1-0/+7
2004-12-30Update a URL.Guy Harris1-1/+1
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris10-75/+79
2004-12-29From Albert Chin: not all compilers support a comma after the last valueGuy Harris1-1/+2
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticGuy Harris2-3/+11