aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p_mul.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-51/+51
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-37/+35
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-2/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-22Ensure we keep the pkg_data pointer for the init routine to cleanup correctly,Stig Bjørlykke1-8/+13
2011-01-22Use nstime_set_zero() to initialize nstime_t's.Jeff Morriss1-50/+53
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-05Avoid printing double p_mul.pdu_type in custom columns.Stig Bjørlykke1-1/+5
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-2/+2
2010-02-02Added protocol name to "Reassembled length" text.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-27Add PDU Delay for first data packet.Stig Bjørlykke1-0/+7
2009-08-11Don't coerce a (void *) to a (guint32 *). Bill Meier1-2/+2
2009-08-05Convert a GString to an ep_strbuf_t (and squelch a static analysisGerald Combs1-8/+6
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-2/+2
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-14/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+43
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-02-25Removed mark for unused pinfo, its in use.Stig Bjørlykke1-4/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+0
2008-10-13Added total time analysis from Address to Ack-Ack PDU.Stig Bjørlykke1-23/+58
2008-10-03From Mattias Nissler (bug 2936):Stig Bjørlykke1-7/+7
2008-10-03Several improvements:Stig Bjørlykke1-185/+371
2008-10-02Added option to decode as BER encoded ASN.1.Stig Bjørlykke1-2/+15
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-4/+3
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-2/+2
2008-08-22Only use one IP address for seq/ack analysis.Stig Bjørlykke1-22/+20
2008-08-15Added handling of missing sequence number range in ack.Stig Bjørlykke1-82/+145
2008-04-25Register dissector by name.Stig Bjørlykke1-1/+2
2008-03-07Updated to Version 2.0 Draft 6.Stig Bjørlykke1-22/+86
2008-01-16Changed to checksum_good and checksum_bad to align with other dissectors.Stig Bjørlykke1-2/+2
2007-12-19Added total retransmission time analysis field.Stig Bjørlykke1-3/+18
2007-12-19- Added first version of P_Mul sequence analysis.Stig Bjørlykke1-49/+511
2007-11-25Added checksum.good and checksum.bad items.Stig Bjørlykke1-1/+26
2007-11-19Added port range.Stig Bjørlykke1-47/+34
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-10-06- Added option to use relative message id (MSID)Stig Bjørlykke1-21/+88
2007-08-24Added expert info for length issues.Stig Bjørlykke1-0/+4
2007-08-16When calculating checksum for p_mul the checksum field itself is set to zero.Stig Bjørlykke1-1/+6
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-4/+3