aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-29Use the "errmsg_len" argument to "capture_loop_open_output()" -Guy Harris1-3/+3
2004-12-29Add Ethernet type for DEC Local Area Systems Transport.Guy Harris2-0/+5
2004-12-28Remove some macros that were making the "splint" utility throw a fit.Gerald Combs1-60/+47
2004-12-28some code cleanup (comments changed)Ulf Lamping3-4/+10
2004-12-28add a more detailed description, how to add a new dissector fileUlf Lamping1-0/+6
2004-12-27a lot of code cleanup/refactoringUlf Lamping1-295/+393
2004-12-27fix a freebsd buildbot compile error, caused by myself :-(Ulf Lamping1-1/+1
2004-12-27fix a solaris buildbot compile errorUlf Lamping1-1/+1
2004-12-27location of cygwin's docbook xml changedUlf Lamping1-1/+1
2004-12-27Again, some warnings removed.Ulf Lamping8-21/+25
2004-12-27Again, another warning (hopefully) removed.Ulf Lamping1-1/+1
2004-12-26From Jouni Malinen: use a length field from the packet to determine howGuy Harris1-11/+25
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris4-38/+94
2004-12-26From Vincent Jardin:Gerald Combs2-1/+48
2004-12-26Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-26From Jouni Malinen: dissect TLS extensions (RFC 3546) for ClientHelloGuy Harris1-0/+96
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris6-196/+282
2004-12-25Again, some warnings removed.Ulf Lamping6-13/+17