aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Move generated dissctors that are causing problems to DIRTY.jmayer1-1/+1
2011-11-21Another case of written to only variable.jmayer1-5/+0
2011-11-21new_offset was was written to but never read.jmayer1-6/+0
2011-11-21Fix potential infinite loop introduced with r39961 and find by the buildbot. ...cmaynard1-9/+11
2011-11-20Fix bug 6561: IPv4 UDP/TCP Checksum incorrect if routing header present.cmaynard1-26/+124
2011-11-20Get rid of Warnings.etxrab6-57/+57
2011-11-20Remove export.etxrab2-78/+38
2011-11-20See if this fixes it, why it worked on my system is anybodys guess.etxrab1-5/+6
2011-11-20Get rid of Warnings.etxrab9-92/+133
2011-11-19The URI parameter parser always has to advance current_offset in theguy1-4/+2
2011-11-19Get rid of Warnings.etxrab1-8/+8
2011-11-19Clean up indentation.guy1-49/+46
2011-11-19Fix Warnings.etxrab2-15/+15
2011-11-19Revert 39946etxrab1-5/+4
2011-11-19See if this fixes "warning: initializer element is not computable at load time"etxrab1-4/+5
2011-11-19Get rod of " warning: identifier ‘class’ conflicts with C++ keyword"etxrab2-140/+140
2011-11-18From Pascal Quantin:martinm1-2/+2
2011-11-18Make it easier to see:martinm1-12/+26
2011-11-18Use tvb_bcd_dig_to_ep_str().etxrab1-44/+6
2011-11-17Use extended value strings.wmeier1-8/+15
2011-11-17Remove some unneeded #includes;wmeier1-232/+229
2011-11-17Add a dissector table for National operation codes.etxrab1-10/+18
2011-11-17Fix "With the current changes NAS messages with the "null ciphering algorithm...etxrab1-13/+2
2011-11-17Make it easier to see RLIST details.martinm1-1/+9
2011-11-17Undo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN conversions done in SV...wmeier1-51/+51
2011-11-17Add missing copyright and license.cmaynard1-1/+18
2011-11-17distribute -> redistribute.cmaynard1-1/+1
2011-11-17Show meaning of special length indication values in the LI root.martinm1-21/+41
2011-11-17Add a missing IE number.etxrab1-1/+2
2011-11-16Avoid using "POINT" as it causes compiler errors on some systems. Add modeli...cmaynard1-32/+41
2011-11-16Don't assign the return value of proto_tree_add_item to a variable if it isn'...cmaynard1-1/+1
2011-11-16Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the F...cmaynard1-12/+0
2011-11-16Dissect national Opcode.etxrab1-25/+134
2011-11-16Show more sequence numbers in info column, and in root nodes.martinm1-3/+10
2011-11-16Fix handling of empty OpenType at the end of PDUkukosa1-2/+2
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ...etxrab1-14/+28
2011-11-16Cleanup & reformatting: whitespace & long-lines.wmeier1-135/+168
2011-11-16Thou shalt not use proto_tree_add_string() with an FT_BYTES field.guy1-2/+3
2011-11-16Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_...cmaynard1-8/+7
2011-11-15tvb_[reported_]length_remaining can return -1wmeier8-9/+9
2011-11-15Remove unneeded #includewmeier1-2/+2
2011-11-15(Trivial) Reformat some long lines & do some whitespace cleanup.wmeier1-22/+29
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()etxrab1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aguy1-0/+1
2011-11-15Rename channel_type enums to avoid possible naming conflicts.cmaynard1-40/+41
2011-11-15More indentation cleanup.guy1-11/+11
2011-11-15Clean up indentation.guy1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'etxrab1-1/+1
2011-11-15Restore dissection of contact parameters.etxrab1-22/+66
2011-11-15Remove unneeded #includes;wmeier1-12/+10