aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...Kovarththanan Rajaratnam2-3/+39
2009-08-16Remove unused parametersKovarththanan Rajaratnam1-4/+3
2009-08-16Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()Kovarththanan Rajaratnam1-27/+29
2009-08-16Make some of the check_XXX functions accept the length/reported length of the...Kovarththanan Rajaratnam1-35/+53
2009-08-16Remove a non thread-safe usage (useful when/if we ever support threading) of ...Kovarththanan Rajaratnam2-22/+19
2009-08-16Use the slice allocator if GLIB >= 2,10,0Kovarththanan Rajaratnam1-2/+48
2009-08-16Switch over to using GPtrArray instead of manually g_renew'ing. This switch h...Kovarththanan Rajaratnam3-38/+36
2009-08-16Mark function paramter as unused with _U_ to please gcc.Stephen Fisher1-1/+1
2009-08-15Try to please build botAnders Broman1-2/+2
2009-08-15Prepare for storing column data in packet list store.Anders Broman1-9/+75
2009-08-15Inline a few checks in the add_packet_to_packet_list() function since it's ca...Kovarththanan Rajaratnam1-3/+8
2009-08-15Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders BromanKovarththanan Rajaratnam1-0/+17
2009-08-15Add a missing DISSECTOR_ASSERT in tvb_init()Kovarththanan Rajaratnam1-0/+4
2009-08-15Make mem chunk staticKovarththanan Rajaratnam1-4/+1
2009-08-15Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam2-8/+8
2009-08-15Switch over to using GLib's g_malloc/g_free in the name of consistency.Kovarththanan Rajaratnam1-2/+2
2009-08-15This should have been part of r29428. This patch forces proto_field_is_refere...Kovarththanan Rajaratnam1-0/+3
2009-08-15The frame dissector contains a kludge to workaround the fact that the Protoco...Kovarththanan Rajaratnam1-20/+12
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam9-14/+51
2009-08-15Micro optimize by storing PACKET_LIST(tree_model) into a local variable and u...Kovarththanan Rajaratnam1-8/+8
2009-08-15Avoid superfluous g_strdup()Kovarththanan Rajaratnam1-7/+4
2009-08-15Enable 'Mark Packet' in the Edit menuKovarththanan Rajaratnam1-1/+3
2009-08-15Add support for mark/unmark all frames in our new packet listKovarththanan Rajaratnam3-11/+37
2009-08-15Find next/previous mark is also supported so don't exclude itKovarththanan Rajaratnam1-0/+2
2009-08-15Don't exclude functionality we already supportKovarththanan Rajaratnam1-2/+2
2009-08-15Allow s1ap not to be dissected (to avoid seeing errors, possibly due to propr...Martin Mathieson1-1/+13
2009-08-14Make 'Apply as filter'/'Prepare filter' work for new packet list.Kovarththanan Rajaratnam5-34/+46
2009-08-14Remove the hacky row_from_iter() function and use new_packet_list_get_record(...Kovarththanan Rajaratnam1-17/+5
2009-08-14Make mark/unmark frame work with the new filter modelKovarththanan Rajaratnam1-32/+27
2009-08-14Remove unused functions/prototypesKovarththanan Rajaratnam1-11/+0
2009-08-14New packet list: right clicking on a row now selects the given row.Kovarththanan Rajaratnam2-29/+38
2009-08-14Make first/last frame work again with the new filter model.Kovarththanan Rajaratnam1-3/+5
2009-08-14Make next/previous frame work again with the new filter model.Kovarththanan Rajaratnam1-31/+57
2009-08-14Typos.Anders Broman2-44/+50
2009-08-14Don't attach our original packet list model in new_packet_list_thaw(). It's p...Kovarththanan Rajaratnam1-14/+7
2009-08-14From Artem Tamazov via. 3899:Kovarththanan Rajaratnam1-1/+1
2009-08-14Make display filtering work for NEW_PACKET_LIST. This didn't work previously ...Kovarththanan Rajaratnam1-7/+19
2009-08-14Always add packet to the new packet list regardless of whether the packet pas...Kovarththanan Rajaratnam1-12/+13
2009-08-13Start to implement display filtering.Anders Broman1-0/+43
2009-08-13Get the pointer to the packet list record and use the data directly.Anders Broman2-39/+24
2009-08-13Add needed header due to stack allocated 'edt' structureKovarththanan Rajaratnam1-0/+1
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam13-167/+193
2009-08-13Make sure that we find the "data" dissector during handoff else we might cras...Kovarththanan Rajaratnam1-0/+1
2009-08-13fix build failure without GnuTLSTomas Kukosa1-0/+1
2009-08-13use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCTomas Kukosa1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa4-64/+113
2009-08-13From Gerasimos Dimitriadis:Anders Broman1-15/+181
2009-08-12From Gerasimos Dimitriadis:Anders Broman1-21/+237
2009-08-12White space changesKovarththanan Rajaratnam1-192/+192
2009-08-12DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().Kovarththanan Rajaratnam1-1/+6