aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Remove unnecessary include: register.hmorriss1-5/+4
2010-02-20Add missing SIP response codes from iana sip-parametersmartinm1-0/+10
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-0/+1
2009-02-02Actually display the minimum and maximum setup times, and split "setup"guy1-1/+1
2009-02-02Calculate average max and min setup time.etxrab1-7/+29
2009-02-01Calculate the avrage setuptime.etxrab1-0/+12
2007-06-29Add 422 "Session Timer Too Small" response code from RFC 4028martinm1-0/+1
2006-08-30Add SIP response code 494 from RFC 3329martinm1-0/+1
2006-07-17From Martin Mathieson:etxrab1-0/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-02-25From Martin Mathiesonetxrab1-0/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-2/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-2/+2
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy1-1/+1
2005-05-03Fix typos in error messages.gram1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aguy1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-01From Lars Roland: add message counts to the SIP statistics.guy1-1/+19
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toguy1-0/+376