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