aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-11/+11
2011-09-26Get rid of check_col() and use ENC.etxrab1-127/+104
2011-09-09Cleanup & simplify some code;wmeier1-158/+117
2011-09-09From Ken Cox:etxrab1-11/+13
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()morriss1-7/+4
2011-05-13Eliminate deadcode. Fixes Coverity CID 415.cmaynard1-2/+0
2011-01-15Don't (blindly) pass the result of match_strval() into proto_tree_add_*():morriss1-6/+2
2010-12-29Update list of relevant protocol specs. Some drafts are now RFC's.cmaynard1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-55/+44
2009-10-09From Didier Gautheron:etxrab1-3/+0
2009-09-25Upon 2nd thought: revert changes I made to remove 'if(checkcol(...)' around c...wmeier1-61/+85
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-1/+1
2009-09-14Remove unneeded #includes (stdio.h & etc);wmeier1-432/+411
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-439/+1062
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-02packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not regist...wmeier1-1/+2
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-26/+26
2009-02-12dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.wmeier1-0/+1
2008-08-01From stéphane bryant:etxrab1-0/+140
2007-11-09Apply yet another set of the optimization patches:etxrab1-8/+5
2007-05-31From Zach Chadwick:sfisher1-1/+14
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-30From Martin Mathiesson:etxrab1-0/+22
2006-01-23From Marc Petit-Huguenin:etxrab1-8/+35
2005-12-14From Marc Petit-Hugueninetxrab1-7/+106
2005-09-26From Martin Mathieson:etxrab1-0/+38
2005-08-08various code cleanup:ulfl1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-02-03Jon Ringle: bug fix to the stun ERROR-CODE dissectingjmayer1-1/+1
2005-01-16From Jon Ringle:guy1-82/+78
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+410