aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
Commit message (Expand)AuthorAgeFilesLines
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-5/+5
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-11/+11
* Get rid of check_col() and use ENC.Anders Broman2011-09-261-127/+104
* Cleanup & simplify some code;Bill Meier2011-09-091-158/+117
* From Ken Cox:Anders Broman2011-09-091-11/+13
* Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss2011-05-171-7/+4
* Eliminate deadcode. Fixes Coverity CID 415.Chris Maynard2011-05-131-2/+0
* Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss2011-01-151-6/+2
* Update list of relevant protocol specs. Some drafts are now RFC's.Chris Maynard2010-12-291-5/+5
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-55/+44
* From Didier Gautheron:Anders Broman2009-10-091-3/+0
* Upon 2nd thought: revert changes I made to remove 'if(checkcol(...)' around c...Bill Meier2009-09-251-61/+85
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-221-1/+1
* Remove unneeded #includes (stdio.h & etc);Bill Meier2009-09-141-432/+411
* From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss2009-09-131-439/+1062
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not regist...Bill Meier2009-08-021-1/+2
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-2/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-26/+26
* dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.Bill Meier2009-02-121-0/+1
* From stéphane bryant:Anders Broman2008-08-011-0/+140
* Apply yet another set of the optimization patches:Anders Broman2007-11-091-8/+5
* From Zach Chadwick:Stephen Fisher2007-05-311-1/+14
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From Martin Mathiesson:Anders Broman2006-01-301-0/+22
* From Marc Petit-Huguenin:Anders Broman2006-01-231-8/+35
* From Marc Petit-HugueninAnders Broman2005-12-141-7/+106
* From Martin Mathieson:Anders Broman2005-09-261-0/+38
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* Jon Ringle: bug fix to the stun ERROR-CODE dissectingJörg Mayer2005-02-031-1/+1
* From Jon Ringle:Guy Harris2005-01-161-82/+78
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+410