summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke2-9/+8
2008-01-24Added some parantheses to avoid a warning.Stig Bjørlykke1-2/+2
2008-01-24Removed even more C++ style comments.Stig Bjørlykke1-5/+5
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+4
2008-01-24Decode som MBMS elements.Anders Broman2-16/+159
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss3-13/+13
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2-10/+10
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke2-3/+13
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-22From Bill Florac:Jaap Keuter1-1/+1
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a (guess...Jeff Morriss1-11/+8
2008-01-22From Bill Florac:Jaap Keuter1-3/+52
2008-01-22From Bill Florac:Jaap Keuter1-1/+3
2008-01-22Add another vendor idJörg Mayer1-0/+5
2008-01-21From Douglas Pratley (bug 1445):Stig Bjørlykke1-5/+312
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000Anders Broman1-17/+52
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-1/+1
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-81/+79
2008-01-19From Olivier Montanuy (bug 2198):Stig Bjørlykke1-20/+29
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke4-5/+29
2008-01-18Added smi_modules_uat and smi_paths_uat to libwireshark.def.Stig Bjørlykke1-0/+2
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter1-14/+2
2008-01-18Correct a typo.Anders Broman1-1/+1
2008-01-18Let epan/asn1.c handle real type.Anders Broman1-36/+13
2008-01-17Strengthen heuristics a little bit, remove a useless variable, put COL_INFO c...Jeff Morriss1-10/+14
2008-01-17Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2206 : don't write int...Jeff Morriss1-2/+2
2008-01-17epan (libwireshark) uses getservbyport() which, at least on Solaris, is in li...Jeff Morriss1-7/+7
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss1-0/+1
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
2008-01-16Changed some variable types to make it compile.Stig Bjørlykke1-3/+3
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke13-128/+118
2008-01-16Changed to checksum_good and checksum_bad to align with other dissectors.Stig Bjørlykke2-4/+4
2008-01-16Print the string to STDOUT regardless of the value of tree.Jaap Keuter1-3/+2
2008-01-16- Display some sctpprim parametersMartin Mathieson1-45/+295
2008-01-16From Jim Young:Jaap Keuter2-0/+20
2008-01-16Add ':' to some labels to prevent assembler warning messagesBill Meier1-5/+5
2008-01-15Call post dissectors with call_dissector_only() to avoid an extra Data entryStig Bjørlykke1-1/+1
2008-01-15Moved a G_GINT64_CONSTANT to a more correct position.Stig Bjørlykke1-1/+1
2008-01-15Fixed a small issue reporting corresponding package num for retransmittedStig Bjørlykke1-1/+9
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman2-29/+29
2008-01-15Use G_GINT64_CONSTANT(hope it makes the build bot happy).Anders Broman1-3/+3
2008-01-15Use G_GINT64_MODIFIER hope it makes the build bot happy.Anders Broman1-1/+1
2008-01-15Include dirent.h if we have it (to fix glib-1 compile: it needed DIR).Jeff Morriss1-11/+15
2008-01-15Oops, glib's iconv stuff is in glib >= 2, not just glib > 2Jeff Morriss1-3/+3
2008-01-15The glib iconv routines are new to glib-2 so #ifdef around them to get glib-1...Jeff Morriss1-9/+16
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman4-10/+260
2008-01-15From Neil Piercy: Anders Broman1-364/+373