aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs11-16/+47
2008-12-23GeoIP expects IPv4 addresses in host byte order.Gerald Combs2-12/+13
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixGerald Combs1-4/+11
2008-12-23From Gursel Mutlu:Jaap Keuter1-2/+6
2008-12-23Do not include init.lua in distribution tar.gz.Balint Reczey1-1/+3
2008-12-23From Didier Gautheron:Jaap Keuter1-2/+8
2008-12-23Fix bug #3152 for good.Stephen Fisher1-5/+8
2008-12-23Don't use fancy quote characters that don't fit in ASCII; just useGuy Harris2-13/+13
2008-12-22err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,Guy Harris1-4/+100
2008-12-22Update URLs for Cell Relay Retreat CRC information.Guy Harris1-3/+3
2008-12-22Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS toJeff Morriss1-1/+14
2008-12-22Initialize a variable to keep lint happy. reported by Chris Maynard in bug #2814Bill Meier1-1/+1
2008-12-22Add some missing g_free() [for certain error code paths].Bill Meier2-0/+3
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier20-54/+54
2008-12-22Fix a typoBill Meier1-1/+1
2008-12-22Best guess fix for missing initializer in array of string pointers; Bill Meier1-0/+4
2008-12-22Fixes for issues reported by Chris Maynard in bug #2813;Bill Meier3-7/+11
2008-12-22From Pascal Quantin:Anders Broman6-8/+8
2008-12-22Bugfix: "make rpm-package" would fail if help/faq.txt didn't exist already.Jörg Mayer1-1/+1
2008-12-22From Michael Lum:Anders Broman1-3/+14
2008-12-22Add frame type index filter for AMR if sent using bandwidth efficient mode.Anders Broman1-54/+83
2008-12-22wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap() wereGuy Harris1-4/+0
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris5-646/+587
2008-12-21Fix error reporting - just use fprintf(stderr, ...), give the path nameGuy Harris1-36/+33
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris6-47/+98
2008-12-21When destroying the RTP player make sure to terminate the use of PortAudio li...Jaap Keuter1-0/+12
2008-12-21[Automatic manuf update for 2008-12-21]Gerald Combs1-18/+48
2008-12-20Fix some typos and spellingBill Meier6-6/+6
2008-12-20geoip_get_paths -> geoip_db_get_paths.Gerald Combs1-1/+1
2008-12-20Fix some typos and spelling (mostly in text strings)Bill Meier5-8/+8
2008-12-20Add a newline to the end of the file.Guy Harris1-1/+1
2008-12-20Umm, no. g_strdup() != g_strdup_printf(); the first argument to theGuy Harris1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier50-211/+211
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs3-12/+13
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs8-67/+241
2008-12-19Back out r27047 and r27053.Gerald Combs33-86/+121
2008-12-19One last snprintf.Jaap Keuter1-4/+0
2008-12-19Correct language.Jaap Keuter1-13/+13
2008-12-19Cleanup sourcecode.Jaap Keuter1-82/+75
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050Bill Meier2-5/+5
2008-12-19Revert the queueing --> queuing spelling changeBill Meier2-4/+4
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss1-0/+2
2008-12-18Describe the "-d" option a little more clearly.Gerald Combs1-3/+12
2008-12-18Define the path to the tools directory.Gerald Combs1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs31-118/+71
2008-12-18Fix two typosBill Meier1-2/+2
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss2-0/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier78-239/+240
2008-12-18Have descriptors start out with a length of "to the end of the packet",Guy Harris1-7/+12
2008-12-18From Richard Brodie:Jaap Keuter1-47/+152