summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-09-21CMake:Jörg Mayer1-0/+15
2009-09-20From Gerasimos Dimitriadis:Anders Broman1-2/+22
2009-09-20From Kjell Hultman:Jaap Keuter1-1/+840
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam1-0/+1
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam3-0/+13
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam2-4/+78
2009-09-20[Automatic manuf and enterprise-numbers update for 2009-09-20]Gerald Combs1-14/+190
2009-09-20Only duplicate string the first time around, i.e. 'pinfo->fd->flags.visited =...Kovarththanan Rajaratnam1-18/+18
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...Kovarththanan Rajaratnam1-0/+5
2009-09-20Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...Kovarththanan Rajaratnam2-3/+36
2009-09-20Assert on null string in col_set_str(). This is reasonable behaviour since th...Kovarththanan Rajaratnam1-0/+2
2009-09-20Remove unused/dead codeKovarththanan Rajaratnam1-28/+0
2009-09-20Make se_trees static in emem.cKovarththanan Rajaratnam2-29/+21
2009-09-20Use g_new()Kovarththanan Rajaratnam1-3/+3
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak (should have been part of r29...Kovarththanan Rajaratnam1-6/+3
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-4/+2
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam2-24/+24
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-29/+25
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-256/+254
2009-09-20Use ep_alloc() instead of g_malloc() for packet scoped allocationsKovarththanan Rajaratnam1-2/+1
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-1043/+1034
2009-09-20Use ep_alloc() instead of g_malloc() for packet scoped allocationsKovarththanan Rajaratnam1-2/+1
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-11/+5
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-41/+40
2009-09-20Add a couple of g_assertsKovarththanan Rajaratnam1-0/+3
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-2/+2
2009-09-20Remove 'type' formal parameter from tvb_new_with_subset()Kovarththanan Rajaratnam1-83/+83
2009-09-18From yami<yamisoe At ...>: Fix Bug #3542: get_dfs_referral referral entry is...Bill Meier1-107/+285
2009-09-18Try again...Martin Mathieson1-6/+7
2009-09-18Change type to try to fix win64 build breakage.Martin Mathieson1-2/+2
2009-09-18Use a UAT table to map from LCIDs 3-10 to RLC drb channel.Martin Mathieson1-40/+229
2009-09-18Add coments.Anders Broman1-12/+41
2009-09-18From Thomas Dreibholz:Jaap Keuter1-1/+11
2009-09-18From Harald Welte:Jaap Keuter1-1/+1
2009-09-17Minor ASN1 update.Anders Broman1-2/+1
2009-09-17Add some missing files to the distribution.Gerald Combs1-1/+4
2009-09-17Change ENUM:sAnders Broman1-2/+2
2009-09-17Use a value_string for Mobility options, update the value string with values ...Anders Broman1-20/+67
2009-09-17Fix bug in IE decoding.Anders Broman1-11/+31
2009-09-17Remove debug printout.Anders Broman1-1/+0
2009-09-17From Gerasimos Dimitriadis:Jaap Keuter1-22/+143
2009-09-17From Steve via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3781 :Jeff Morriss1-1/+1
2009-09-17From zeemon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3848 :Jeff Morriss1-10/+10
2009-09-17From Don Chirieleison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-383/+427
2009-09-17From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3921 :Jeff Morriss1-43/+113
2009-09-16From Florian Forster:Jaap Keuter1-0/+52
2009-09-16From Gerasimos Dimitriadis via https://bugs.wireshark.org/bugzilla/show_bug.c...Jeff Morriss1-68/+68
2009-09-16Add a couple of new hf_ entries to deal with the different bit positionsJeff Morriss1-11/+16
2009-09-16Move some of the -I stuff from top level to epan.Jörg Mayer1-0/+12
2009-09-15Add more summary to top-level item.Martin Mathieson1-10/+24