aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-1/+1
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-1/+1
2015-04-05Remove epan member from PacketWinData and just use cfile.epan when redissecti...Michael Mann1-7/+5
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-6/+1
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+4
2014-12-28Create FT_FCWWN field type.Michael Mann1-2/+3
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+3
2014-10-20Fix support for writing out edited records.Guy Harris1-24/+4
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-4/+5
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-0/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+0
2013-11-07Try 2 to fix Mac OS X 10.5 buildbotAlexis La Goutte1-0/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-4/+4
2013-07-21Fix error when compiled with --enable-packet-editorJakub Zawadzki1-0/+2
2013-07-21Some work on multi file dissectionJakub Zawadzki1-4/+7
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-4/+6
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris1-31/+30
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-30/+31
2013-03-26Fix c++-compat errors if WANT_PACKET_EDITOR is defined.Evan Huus1-7/+7
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-24/+58
2013-03-21From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus1-6/+48
2013-03-21From beroset:Bill Meier1-2/+2
2013-01-22GTK+:Gerald Combs1-1/+1
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-2/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-2/+2
2012-07-20Fix bug #7377 for:Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris1-1/+1
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-1/+1
2012-06-10Clear GtkTreeStore before freeing edtJakub Zawadzki1-0/+4
2012-05-07Avoid calling tvb_get_ptr() on 0-length TVBs.Jakub Zawadzki1-19/+2
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-05-04Fix opening packet window when frame has got cap_len = 0 (i.e. last frame fro...Jakub Zawadzki1-2/+19