aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-29From Albert Chin: "config.h" should always be included first first whenGuy Harris1-0/+4
2004-12-29Pass "capture_opts" to "capture_loop_dispatch()", asGuy Harris1-3/+3
2004-12-29Fix it to compile on systems without "pcap_datalink_val_to_name()" (orGuy Harris1-1/+1
2004-12-29Remove some unneeded backslashes.Gerald Combs1-3/+3
2004-12-29If we can't find the "svn" executable in the current path, look inGerald Combs1-2/+16
2004-12-29move global capture_child flag into capture_optionsUlf Lamping6-40/+31
2004-12-29- new optional parameter ETH_VAR for #.EXPORTS directiveTomas Kukosa1-25/+47
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping10-266/+298
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris21-61/+61