aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping21-123/+123
2004-01-31If "pcap_compile()" fails to compile an empty filter string (because,Guy Harris1-2/+2
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping5-11/+1984
2004-01-30update to ndmp if there is an error, put the error string in the packet sum...Ronnie Sahlberg1-65/+55
2004-01-30slightly higher polling rate, to detect stop condition from capture taskUlf Lamping1-3/+3
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping8-20/+260
2004-01-29added "Yes" and "No" buttons to the simple_dialog,Ulf Lamping2-36/+84
2004-01-29added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_rowUlf Lamping2-2/+18
2004-01-29From Chris Wilson:Olivier Biot1-8/+25
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris5-55/+62
2004-01-29From Shusaku Ueda:Guy Harris3-7/+29
2004-01-29From Shinsuke Suzuki: add the payload type code for IPv6.Guy Harris2-1/+3
2004-01-29From Shinsuke Suzuki:Guy Harris1-9/+9
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris1-15/+13
2004-01-28commented out setting the packet_info srcport and destport fields,Ulf Lamping1-19/+27
2004-01-28If we don't have any of the packet padding in the tvbuff, don't even tryGuy Harris1-9/+12
2004-01-28Fix a comment.Guy Harris1-3/+2
2004-01-28Clean up the comparison code a bit.Guy Harris1-129/+89
2004-01-28For columns whose data comes from the frame_data structure for a packet,Guy Harris1-9/+130
2004-01-28"gtk/main.c" no longer has any code to manage the packet list, so it noGuy Harris1-7/+1
2004-01-28Catch any exceptions that add_ethernet_trailer() throws in add_dix_trailer().Gerald Combs1-2/+2
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toGuy Harris3-4/+86
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,Ulf Lamping2-11/+41
2004-01-27Make "{byte,tree}_view_select()" return "gboolean", not "gint", as theyGuy Harris2-10/+12
2004-01-27From Alastair Maw: the IAX2 type is unsigned, not signed.Guy Harris1-2/+2
2004-01-27Update Andy Hood's e-mail address.Guy Harris2-2/+2
2004-01-27always select the current item under cursor, before showing up theUlf Lamping3-6/+74
2004-01-27From Lars Ruoff:Olivier Biot1-14/+16
2004-01-27From Chris Wilson: add missing initialization of CL-WSP dissector handle.Olivier Biot1-3/+8
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris6-55/+89
2004-01-27Add a detail-pane context menu item for "Export As Raw Packet Data", soGuy Harris1-1/+3
2004-01-27For EtherNet/IP-over-TCP, handle multiple PDUs in a TCP segment and PDUsGuy Harris1-22/+74
2004-01-27Update Jaime Fournier's address.Guy Harris2-2/+2
2004-01-27From Jaime Fournier: update his e-mail address.Guy Harris34-67/+67
2004-01-27Map SMPP and smpp-gsm-sms preferences to their new homes in gsm-sms-ud.Guy Harris1-4/+13
2004-01-27Update from Jaime Fournier.Guy Harris1-48/+4590
2004-01-27From David Richards: don't stuff the packet length into a guint8, as itGuy Harris3-3/+5
2004-01-27Clear the Info column.Guy Harris1-1/+5
2004-01-27From Alastair Maw: IAX2 support.Guy Harris6-2/+846
2004-01-27Add a correct RCS ID (starts with capitalized "i").Olivier Biot1-1/+1
2004-01-27Get rid of a debug printf statement.Olivier Biot1-1/+3
2004-01-27From Chris Wilson:Olivier Biot6-586/+628
2004-01-26Add application/smil to the registered line-based text media dissector.Olivier Biot1-1/+2
2004-01-26Rename "dissect_t38_tcp()" to "dissect_t38_tcp_pdu()" to make itGuy Harris1-52/+64
2004-01-26Newlines in filter strings are a Bad Idea, as they don't display well inGuy Harris1-2/+2
2004-01-26From Martin Regner:Olivier Biot1-12/+114
2004-01-26Fix a compiler warning.Guy Harris1-3/+3
2004-01-26updated NSIS generation to build GTK version 1 or 2,Ulf Lamping3-7/+31
2004-01-26Add support for the "matches" operator if HAVE_LIBPCRE is defined.Olivier Biot1-1/+8
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris8-28/+208