aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-02-09From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8306Evan Huus1-1/+6
2013-02-08Fix bug 8056: Maximum value of Duration should be 32767.Chris Maynard1-9/+26
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs2-4/+4
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann3-0/+18
2013-02-08Fix error: no newline at end of filePascal Quantin1-1/+1
2013-02-08Change string to filename preference so file can be browsed forMichael Mann1-1/+1
2013-02-08Use glib's isdigit function.Evan Huus1-1/+1
2013-02-08Support SDP context over SIP.Michael Mann3-508/+820
2013-02-08Capitalize the short name.Gerald Combs1-1/+1
2013-02-07Use proto_registrar_get_id_byname() instead of proto_registrar_get_byname();Bill Meier2-43/+17
2013-02-06Fix missing hf field array entries:Bill Meier1-43/+64
2013-02-06Update a comment.Bill Meier1-1/+1
2013-02-06From Stefan Allers viaEvan Huus1-13/+163
2013-02-06From Tyson Key:Anders Broman1-4/+36
2013-02-05Rename 'hf_h248_package_3GUP' to 'proto_h248_package_3GUP'Bill Meier1-4/+4
2013-02-05Comment out code which will never be executed in its current state.Bill Meier1-5/+6
2013-02-05remove some unnecessary if(tree) checksMartin Kaiser1-52/+36
2013-02-05Remove an unneeded set of parens in a macro definition;Bill Meier1-1/+1
2013-02-05a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser1-5/+8
2013-02-05Export dissect_japan_isup_additonal_user_cat()Anders Broman2-1/+2
2013-02-05Export TBCD-STRING.Anders Broman2-51/+52
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-1/+19
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-0/+9
2013-02-05Misc:Bill Meier1-104/+106
2013-02-04From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8296 Add RPKI...Alexis La Goutte2-0/+392
2013-02-04'#if 0' out an unused hf[] entry;Bill Meier1-56/+51
2013-02-04Comment out two more case of an unused hf[] entry.Bill Meier1-20/+24
2013-02-04Add a FALLTHROUGH comment to fix Coverity CID 745673: Missing break in switch.Chris Maynard1-1/+2
2013-02-04Fix Coverity CID 746734: Dead default in switch. (No need to backport)Chris Maynard1-20/+6
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier11-224/+265
2013-02-03fix dead incrementMartin Kaiser1-1/+0
2013-02-02Comment out unused hf[] entry.Bill Meier1-1/+3
2013-02-02Restore hf[] entry commented out by mistake in SVN #47389.Bill Meier1-1/+1
2013-02-02Hack: disguise '/*' in text strings to prevent checkAPIs & etc seeing 'start ...Bill Meier2-11/+12
2013-02-02Fix error: declaration of 'j' shadows a previous localPascal Quantin1-1/+1
2013-02-02Increase the maximum number of OPTIONAL / DEFAULT components per SEQUENCE to ...Pascal Quantin1-20/+25
2013-02-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8290 :Pascal Quantin1-4/+10
2013-02-01From Gaurav Patwardhan, RFC 6720 - Generalized TTL Security Mechanism (GTSM) ...Michael Mann1-12/+40
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Replace THROW(ReportedBoundsError) with expert infosMichael Mann1-27/+55
2013-02-01Evan Huus pointed out a duplicate block of code, so delete it. Also, move th...Chris Maynard1-40/+17
2013-02-01follow/clean up to rev 47389. The causes of some of the unused hf_ was typos...Michael Mann2-23/+2
2013-02-01From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-11/+11
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+7
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-185/+189