aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris8-9/+9
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris8-14/+8
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris9-10/+78
2009-03-20proto_item_append_string() actually appends to the string value for aGuy Harris1-3/+4
2009-03-20Switch back to 1.1.4.Gerald Combs4-7/+7
2009-03-20Fix broken linux build.Martin Mathieson1-3/+3
2009-03-20Further NAS updates.Anders Broman1-173/+412
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs4-7/+7
2009-03-20Put check_col() in each column util function, as discussed in bug 2902.Stig Bjørlykke1-19/+36
2009-03-20From Dejan Bucar (bug 3345):Stig Bjørlykke2-5/+4
2009-03-20remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping4-99/+0
2009-03-19More NAS EPS updates and bugfixes.Anders Broman1-27/+348
2009-03-19Revert the previous changes MCC and MNC are coded differently in different pl...Anders Broman1-3/+9
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier25-204/+207
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-112/+125
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-814/+809
2009-03-19Add an expert item for the seconds-encoded-as-little-endian bug.Gerald Combs1-2/+5
2009-03-19Use GTK 2.16 and glib 2.20.Anders Broman3-13/+25
2009-03-19From Michael Lum:Anders Broman1-296/+275
2009-03-19- Move register_dissector(...) from proto_reg_handoff() to proto_register();Bill Meier3-9/+12
2009-03-19Don't include <stdint.h>, as our Win32 environment appears not to haveGuy Harris2-2/+6
2009-03-18Clean up indentation.Guy Harris2-15/+18
2009-03-18Removed C++ style comments.Stig Bjørlykke1-2/+2
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs12-16/+366
2009-03-18Don't g_assert() in a dissector, just drive on.Guy Harris1-2/+2
2009-03-18Don't g_assert() in a dissector; just drive on.Guy Harris1-1/+0
2009-03-18None of those strings will have a length that doesn't fit in a gulong.Guy Harris1-4/+4
2009-03-18Get rid of a bunch of uses of size_t where int suffices.Guy Harris1-201/+201
2009-03-18Squelch a P64 warning.Guy Harris1-1/+1
2009-03-18Get rid of P64 warnings; those strings should never be longer than 2^31-1.Guy Harris1-2/+2
2009-03-18Use g_strreverse() to reverse strings.Guy Harris1-16/+1
2009-03-18Get rid of some P64 warnings; those lengths should never be > 2^31-1.Guy Harris1-2/+2
2009-03-18Get rid of uses of size_t; they're not necessary, and it causes a pileGuy Harris1-17/+17
2009-03-18improve dissection of optional parameters. In particular, make the tag and le...Richard van der Hoff1-26/+68
2009-03-18fix unused parameter warningRichard van der Hoff1-1/+1
2009-03-18- Fix APDU dissection.Anders Broman5-34/+86
2009-03-18Fix the Lua path on Win64.Gerald Combs1-1/+1
2009-03-18Use retx info in stats window.Martin Mathieson3-5/+36
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-6/+7
2009-03-18Allow a lot more than 32 subheaders.Martin Mathieson1-3/+3
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-851/+883
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier4-11/+8
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];Bill Meier1-376/+371
2009-03-18From Munenori Ohuchi:Anders Broman1-4/+162
2009-03-18From Bjørn Mork:Anders Broman4-1/+42
2009-03-18From Patrick A Baldwin:Anders Broman3-96/+3019
2009-03-18Move to 1.1.4.Gerald Combs4-7/+7
2009-03-18From Jakub Zawadzki: Glib2 g_snprintf doesn't return -1;Bill Meier1-3/+2
2009-03-17Build 1.1.3.Gerald Combs1-4/+4
2009-03-17Revert the changes, it blows up when resizeing windows...Anders Broman3-25/+13