aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-02Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke3-6/+7
2008-03-02Added missing array for hf_jxta_element2_encodingid.Stig Bjørlykke1-0/+4
2008-03-02Added missing array for hf_h248_pkg_bcg_sig_bcr.Stig Bjørlykke1-0/+4
2008-03-02Added missing array for hf_h248_pkg_annexc_encrypt_key,Stig Bjørlykke1-1/+17
2008-03-02Added missing array for hf_printer_priority, hf_printer_default_priority,Stig Bjørlykke1-0/+16
2008-03-01"Read 1 potential packet, wrote 1 packet": use packet or packets as appropriateBill Meier1-2/+3
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke44-295/+289
2008-03-01From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : deco...Jeff Morriss1-9/+9
2008-03-01Initialize asn1_ctx before using it. Fixes http://bugs.wireshark.org/bugzill...Jeff Morriss1-11/+12
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-67/+68
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-20/+13
2008-03-01Create proper dependancies for plugin.cJaap Keuter24-24/+48
2008-03-01Reindent libwireshark's LIBADD and DEPENDENCIES for readabilityJeff Morriss1-2/+14
2008-03-01All our programs link against glib so don't there's no need to link our libra...Jeff Morriss2-5/+5
2008-03-01Add strncpy and strncat to the list of prohibited APIs.Stig Bjørlykke1-0/+2
2008-03-01Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke2-2/+4
2008-03-01Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.Stig Bjørlykke1-0/+2
2008-03-01Added missing array for hf_afs_fs_ipaddr.Stig Bjørlykke1-0/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen13-0/+13
2008-03-01Include strutil.h to find g_strlcpy and g_strlcat in gtk-1.2 builds.Michael Tüxen1-0/+1
2008-03-01Custom column updates:Stephen Fisher10-145/+156
2008-03-01Include strutil.h so we find g_strlcat() in gtk-1.2 buildsJeff Morriss1-0/+1
2008-02-29Don't link the plugins against glib: they already link against libwireshark w...Jeff Morriss1-1/+1
2008-02-29Save correct gui.time_format for "seconds since previous displayed packet"Stig Bjørlykke1-2/+2
2008-02-29Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc Bill Meier2-15/+55
2008-02-29Update datestamp on documentsJaap Keuter2-4/+4
2008-02-29Error code 0x89a9 updated error message to be:Greg Morris2-3/+5
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke20-104/+100
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter3-2/+6
2008-02-29Don't peek inside the column information and manually wrap "GTP < ... >"Guy Harris1-31/+4
2008-02-29One more g_free ....Bill Meier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).Bill Meier1-5/+11
2008-02-28Minor wording changeBill Meier1-2/+2
2008-02-28Fix bitmasks for feedback message type fields.Martin Mathieson1-2/+2
2008-02-28From Chris Maynard: Add missing clean_setup items;Bill Meier1-1/+3
2008-02-28Don't use capital letters in protocol abbreviation names - that obligesGuy Harris1-1/+1
2008-02-27From Holger Pfrommer via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2205Jeff Morriss3-0/+243
2008-02-27Rather than always disabling the protocol at startup, just add a preference t...Jeff Morriss1-15/+33
2008-02-27From Sven Meier (on -dev in 6/2007):Jeff Morriss4-47/+357
2008-02-27From Kai Blin: Anders Broman1-277/+514
2008-02-27Quote argument to test in epan/dissectors/Makefile.amStig Bjørlykke1-1/+1
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke24-24/+24
2008-02-27Dissect IPAddressFamilyAnders Broman3-11/+71
2008-02-27Fix a comment that was pointing readers to the wrong file to look for infoStephen Fisher1-2/+2
2008-02-27Expand the setuid text a bit.Gerald Combs2-2/+11
2008-02-27Fix another compile error ....Bill Meier1-1/+1
2008-02-26A couple more const fixes.Jeff Morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss2-4/+4
2008-02-26Wrap a line in the INSTALL file and correct some text in README.packaging.Gerald Combs2-6/+6
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss3-0/+13