aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam85-85/+6
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We shoul...Kovarththanan Rajaratnam2-35/+0
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam2-5/+5
2009-10-08Fix code so it actually pads a length to an 8 byte boundary.Bill Meier1-1/+1
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam7-32/+32
2009-10-08Add DISSECTOR_ASSERT() before dereferencing a possible NULL pointerKovarththanan Rajaratnam1-0/+2
2009-10-08Call emem_canary() immediatelyKovarththanan Rajaratnam1-7/+5
2009-10-08From Harald Welte via bug 4106:Kovarththanan Rajaratnam1-1/+5
2009-10-08As requested by Gregory Seidman on -dev: add CRC32 functions to libwireshark....Jeff Morriss2-32/+42
2009-10-08Use a "String pool" in the new packet list to reduce memory usage.Anders Broman2-2/+8
2009-10-08Remove debug g_warning()Kovarththanan Rajaratnam1-4/+3
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam2-14/+14
2009-10-08Dont use canaries for SE allocated memory as a default the owerheadAnders Broman1-9/+98
2009-10-08From Didier Gautheron:Anders Broman1-6/+11
2009-10-08Clean up header fields.Jaap Keuter3-7/+7
2009-10-07Cleanup header fields.Jaap Keuter7-21/+21
2009-10-07Fix some LLP64 issues.Guy Harris3-7/+7
2009-10-07Get it compiling when we don't have kerberos libraries.Jeff Morriss1-3/+9
2009-10-07From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :Jeff Morriss1-20/+72
2009-10-07Reverting previous patch as requested by Ronnie.Anders Broman1-3/+2
2009-10-07From : Didier GautheronAnders Broman10-296/+336
2009-10-07Make the windows build compile again.Anders Broman1-2/+3
2009-10-07Removed a redundant prototype.Stig Bjørlykke1-2/+1
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke4-18/+18
2009-10-07Made dissect_pres() static.Stig Bjørlykke3-6/+6
2009-10-07add a new function read_keytab_file_from_preferences(void)Ronnie Sahlberg3-18/+33
2009-10-07new samr compiled as a test by the samba4 pidl compiler from mainlineRonnie Sahlberg1-7/+2
2009-10-07Don't include config.h in header files.Stig Bjørlykke5-20/+0
2009-10-07From Jim Young:Anders Broman1-2/+2
2009-10-07Fix indentation.Bill Meier1-1/+1
2009-10-07malloc() and free() are prohibited APIs, use the glib equivalents instead.Jeff Morriss1-50/+50
2009-10-06From Andreas Becker:Jaap Keuter1-9/+38
2009-10-06Avoid dereference of null pointer.Stig Bjørlykke1-1/+1
2009-10-06From Didier Gautheron:Anders Broman13-23/+37
2009-10-06From Gerasimos Dimitriadis:Anders Broman2-48/+52
2009-10-06Bump Kovarththanan Rajaratnam up a notch :-)Anders Broman1-2/+6
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke16-0/+43
2009-10-06From Gerasimos Dimitriadis:Anders Broman1-90/+46
2009-10-06Add some SE allocation statistics (if SHOW_MEM_STATS is defined).Jeff Morriss1-0/+135
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke17-64/+71
2009-10-06Cleanup rcsidsKovarththanan Rajaratnam3-24/+14
2009-10-06Remove $Id$Kovarththanan Rajaratnam1-2/+0
2009-10-06Use ep_alloc()Kovarththanan Rajaratnam1-79/+75
2009-10-06Remove superfluous castKovarththanan Rajaratnam1-8/+5
2009-10-06Use G_SEARCHPATH_SEPARATOR_SKovarththanan Rajaratnam1-10/+2
2009-10-06Make splash_destroy() return a gbooleanKovarththanan Rajaratnam2-5/+6
2009-10-06Guard icon_list_create()Kovarththanan Rajaratnam1-1/+1
2009-10-06Mark some functions static.Stig Bjørlykke1-7/+4
2009-10-06Removed unnecessary assignment.Stig Bjørlykke1-1/+0
2009-10-06Don't include unistd.hKovarththanan Rajaratnam1-3/+0