aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Fix registration of SIP atop SSL/TLS.Guy Harris1-1/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-28/+5
2017-07-14SIP: Add Status Code 607 (Unwanted)Uli Heilmeier1-0/+1
2017-04-28GSM SMS: Use SIP To / From tapped addresses for reassemblyPascal Quantin1-2/+4
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-03-08[SIP] Start dissecting generic parameters.AndersBroman1-2/+2
2017-03-08[SIP] Start dissecting generic parameters.AndersBroman1-6/+88
2017-03-07[SIP] Handle P-Access-Network-Info Headers parameter without '='.AndersBroman1-0/+3
2017-03-03Fix compile error about missing intializer.Joerg Mayer1-1/+1
2017-03-03SIP: Add digest verification functionalityerikdejong1-9/+254
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-7/+4
2016-11-30sip: register with Websocket dissector (RFC 7118)Peter Wu1-0/+1
2016-11-15[SIP export-pdu] Don't export SIP messages from the body of another SIP messageAndersBroman1-1/+15
2016-11-14[SIP] Parse Via parameters for Overload Control RFC 7339AndersBroman1-1/+29
2016-11-11[SIP]Parse out the individual feature cap(s).AndersBroman1-1/+73
2016-11-09[SIP] Use call_dissector_only() to call the diagnostics dissector.AndersBroman1-2/+2
2016-10-30sip: fix Authorization header with mixed quoted parameterserikdejong1-20/+29
2016-10-23sip: use ws_strtoi functions.Dario Lombardo1-8/+30
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-19/+3
2016-09-15[SIP] Make it possible to call a subdisector for the VIA branch parameter.AndersBroman1-2/+12
2016-09-02[SIP] Call sub dissectors for Diagnostics in SIP reason texts.AndersBroman1-16/+84
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-4/+6
2016-06-29Provide new interface for Export PDU.Michael Mann1-8/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-06-16Don't call g_ascii_strcasecmp() with an NULL string.AndersBroman1-8/+8
2016-06-13sip: remove some unnecessary if (tree) checksMartin Kaiser1-15/+9
2016-06-06SIP: add UAT for custom fields definitionPascal Quantin1-16/+182
2016-06-01[SIP] If SIP URI userpart starts with a + add an MSISDN filter.AndersBroman1-0/+4
2016-05-25Add P-Access-Network-Info decoding fieldsBinh Trinh1-2/+122
2016-05-16[SIP] Remove expert info for Contact with expires=0, it's used in 3GPP SIPAndersBroman1-0/+9
2016-05-03Export packets before dissecting themPascal Quantin1-3/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-6/+6
2016-01-10[sip] don't THROW() an exception from a dissectorMartin Kaiser1-3/+0
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03[SIP] Rework how the length of the diagnostic string is determined, it didAndersBroman1-5/+5
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2