aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-23From Marc Petit-Huguenin:Anders Broman1-8/+35
2005-12-14From Marc Petit-HugueninAnders Broman1-7/+106
2005-09-26From Martin Mathieson:Anders Broman1-0/+38
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-02-03Jon Ringle: bug fix to the stun ERROR-CODE dissectingJörg Mayer1-1/+1
2005-01-16From Jon Ringle:Guy Harris1-82/+78
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+410