aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-21Don't include header files that are not requiredKovarththanan Rajaratnam1-6/+0
svn path=/trunk/; revision=30050
2009-09-21Remove unused 'vers' member in capture_fileKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30049
2009-09-21Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam2-3/+2
svn path=/trunk/; revision=30048
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent ↵Kovarththanan Rajaratnam8-46/+46
with capture_file.plist_end svn path=/trunk/; revision=30047
2009-09-21Remove second (redundant) assignment to fdata->cum_bytesKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=30046
2009-09-21Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead ↵Kovarththanan Rajaratnam1-88/+86
of #ifndef NEW_PACKET_LIST svn path=/trunk/; revision=30045
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam2-46/+51
svn path=/trunk/; revision=30044
2009-09-21Fix typo in commentStephen Fisher1-1/+1
svn path=/trunk/; revision=30043
2009-09-21(cosmetic change) - reset cumulative bytes together with 'first_ts' and ↵Kovarththanan Rajaratnam1-476/+474
'prev_dis_ts' svn path=/trunk/; revision=30042
2009-09-21cf->dfilter is only set if it's valid so assert if that's not the caseKovarththanan Rajaratnam1-20/+15
svn path=/trunk/; revision=30041
2009-09-21Reset cumulative bytes when we open the fileKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30040
2009-09-21Set fdata->num up front and roll back if necessaryKovarththanan Rajaratnam1-4/+8
svn path=/trunk/; revision=30039
2009-09-21Shuffle NEW_PACKET_LIST guardKovarththanan Rajaratnam1-6/+4
svn path=/trunk/; revision=30038
2009-09-21Add unsigned int type castKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30037
2009-09-21Introduce a NEW_PACKET_LIST specialized version of ↵Kovarththanan Rajaratnam1-21/+138
add_packet_to_packet_list(). The old one contained too many #ifdef NEW_PACKET_LIST which reduced readability svn path=/trunk/; revision=30036
2009-09-21Add initial support for DNS/SCTP.Michael Tüxen1-5/+24
svn path=/trunk/; revision=30035
2009-09-21cf_change_time_formats() is not needed with new packet list.Anders Broman3-30/+24
svn path=/trunk/; revision=30034
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam4-22/+17
svn path=/trunk/; revision=30033
2009-09-21Make sure that we track the amount allocated when we're doling out memory ↵Kovarththanan Rajaratnam1-0/+4
from the system pool. The verify pointer stuff should should now work with WIRESHARK_DEBUG_EP_NO_CHUNKS=1 and WIRESHARK_DEBUG_SE_NO_CHUNKS=1 svn path=/trunk/; revision=30032
2009-09-21Add a more verbose error printout.Anders Broman1-20/+36
svn path=/trunk/; revision=30031
2009-09-21Add NEW_PACKET_LIST guard wrt fdata->col_textKovarththanan Rajaratnam1-3/+5
svn path=/trunk/; revision=30030
2009-09-21CMake:Jörg Mayer12-16/+215
- Add opcua to the list of plugins to build - Link the gtk stuff statically into wireshark - Beginnings of "make install" - Change a few things about install paths svn path=/trunk/; revision=30029
2009-09-20From Gerasimos Dimitriadis:Anders Broman1-2/+22
DTAP decoding of Notification Indicator IE. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4029 svn path=/trunk/; revision=30028
2009-09-20Try to fix(take II):Anders Broman1-1/+1
Fedora 11/Gtk2.16.6: Get two Gtk-Critical messages each time a capture fie is opened: (lt-wireshark:15705): Gtk-CRITICAL **: gtk_tree_view_column_set_fixed_width: assertion `fixed_width > 0' failed gtk_tree_view_column_set_fixed_width is incompatible with variable width columns. svn path=/trunk/; revision=30027
2009-09-20From Kjell Hultman:Jaap Keuter1-1/+840
IEC104 Signal dissection added - not complete (only implemented what I needed for the moment). svn path=/trunk/; revision=30026
2009-09-20From Jim Young via bug 4033:Kovarththanan Rajaratnam1-0/+10
With the "old" list if keyboard focus was initially in the details pane, the use of the <F7>/<F8> keys will restore focus to details pane after the prev/next move. Without this patch "new" packet list prev/next moves simply moves focus to summary pane. svn path=/trunk/; revision=30025
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam3-2/+3
svn path=/trunk/; revision=30024
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam6-35/+21
svn path=/trunk/; revision=30023
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which ↵Kovarththanan Rajaratnam1-70/+11
will be removed as part of this change svn path=/trunk/; revision=30022
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam3-74/+91
svn path=/trunk/; revision=30021
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-19/+28
svn path=/trunk/; revision=30020
2009-09-20Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ↵Kovarththanan Rajaratnam2-18/+12
linker dependency. Add a comment in tap-rtp-common.c indicating that is is wrong to refer to cf_mark_frame() which is only applicable for the GTK UI backend. svn path=/trunk/; revision=30019
2009-09-20Remove unused cf_unmark_frame() functionKovarththanan Rajaratnam1-15/+0
svn path=/trunk/; revision=30018
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-21/+29
svn path=/trunk/; revision=30017
2009-09-20[Automatic manuf and enterprise-numbers update for 2009-09-20]Gerald Combs2-14/+218
svn path=/trunk/; revision=30014
2009-09-20Only duplicate string the first time around, i.e. 'pinfo->fd->flags.visited ↵Kovarththanan Rajaratnam1-18/+18
== FALSE' or else we end up leaking memory svn path=/trunk/; revision=30013
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't ↵Kovarththanan Rajaratnam1-0/+5
passed us something from the ephemeral pool svn path=/trunk/; revision=30012
2009-09-20Add ep_verify_pointer()/se_verify_pointer() which checks whether the given ↵Kovarththanan Rajaratnam2-3/+36
pointer belongs in the seasonal/ephemeral pool. svn path=/trunk/; revision=30011
2009-09-20Assert on null string in col_set_str(). This is reasonable behaviour since ↵Kovarththanan Rajaratnam1-0/+2
the caller is expeceted to pass in a constant string svn path=/trunk/; revision=30010
2009-09-20Remove unused/dead codeKovarththanan Rajaratnam1-28/+0
svn path=/trunk/; revision=30009
2009-09-20Make se_trees static in emem.cKovarththanan Rajaratnam2-29/+21
svn path=/trunk/; revision=30008
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter3-4/+4
svn path=/trunk/; revision=30007
2009-09-20Add myself and Kovarththanan Rajaratnam as co authors.Anders Broman2-0/+2
svn path=/trunk/; revision=30006
2009-09-20Use g_new()Kovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=30005
2009-09-20Add NEW_PACKET_LIST guardKovarththanan Rajaratnam1-4/+7
svn path=/trunk/; revision=30004
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak (should have been part of ↵Kovarththanan Rajaratnam1-6/+3
r29994. svn path=/trunk/; revision=30003
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam2-12/+9
svn path=/trunk/; revision=30002
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam2-24/+24
svn path=/trunk/; revision=30001
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-29/+25
svn path=/trunk/; revision=30000
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-256/+254
svn path=/trunk/; revision=29999