aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-12mark unused parametersMartin Kaiser1-1/+1
2013-09-12Try to make the STUN heuristic sligtly more efficient.Anders Broman1-18/+17
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-9/+10
2013-04-10Add "Modern" STUN to the preference.Anders Broman1-0/+3
2013-03-19From beroset:Anders Broman1-6/+6
2013-03-17Remove some whitespacesAlexis La Goutte1-2/+2
2013-01-20Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-9/+4
2013-01-20Fix indent (Replace tabs by space) and add Modelines infoAlexis La Goutte1-1119/+1131
2013-01-20Use proto_tree_add_item for stun_att_reserved and use FT_BYTES type.Alexis La Goutte1-10/+10
2013-01-18Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-14/+8
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman1-1/+1
2013-01-09From David Bergeron:Added unknown attributes for STUN from RFC3489 that are n...Anders Broman1-1/+64
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-2/+2
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-08-09se_tree_lookup32_array() can destroy its key. Make sure we refresh itGerald Combs1-0/+6
2012-07-27Address bug 4097 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4097) b...Michael Mann1-6/+19
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-127/+104
2011-09-09Cleanup & simplify some code;Bill Meier1-158/+117
2011-09-09From Ken Cox:Anders Broman1-11/+13
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss1-7/+4
2011-05-13Eliminate deadcode. Fixes Coverity CID 415.Chris Maynard1-2/+0
2011-01-15Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-6/+2
2010-12-29Update list of relevant protocol specs. Some drafts are now RFC's.Chris Maynard1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-55/+44
2009-10-09From Didier Gautheron:Anders Broman1-3/+0
2009-09-25Upon 2nd thought: revert changes I made to remove 'if(checkcol(...)' around c...Bill Meier1-61/+85
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+1
2009-09-14Remove unneeded #includes (stdio.h & etc);Bill Meier1-432/+411
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-439/+1062
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-02packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not regist...Bill Meier1-1/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-02-12dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.Bill Meier1-0/+1
2008-08-01From stéphane bryant:Anders Broman1-0/+140
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-8/+5
2007-05-31From Zach Chadwick:Stephen Fisher1-1/+14
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-30From Martin Mathiesson:Anders Broman1-0/+22