aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2010-06-09Fix a gcc -Wstrict-prototypes warningwmeier2-2/+2
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);wmeier1-492/+488
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);wmeier1-179/+143
2010-06-09Revise code slightly; mostly: remove some unnecessary if tests ....wmeier3-213/+165
2010-06-09Initialize dst_ref.stig1-2/+2
2010-06-09Removal of unused global variable.gal1-6/+5
2010-06-09Removal of (hopefully!) the final warning.gal1-7/+4
2010-06-09Update for missing const for object identifier string and marking tree as unu...gal1-4/+4
2010-06-09Added packet-idmp.h.stig1-0/+1
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...gal3-28/+44
2010-06-09Print correct RLRE reason in Info column.stig1-7/+18
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).gal4-12/+1078
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);wmeier1-80/+95
2010-06-08Remove C++ style comment.etxrab1-2/+4
2010-06-08Fix packet-gtpv2.c:945:1: error: "/*" within commentetxrab1-1/+1
2010-06-08From Tamás Regõs:etxrab2-28/+117
2010-06-07Use find_or_create_conversation() rather than only conversation_new().wmeier3-13/+6
2010-06-07Move proto_reg_handoff...(...) to the end of the file;wmeier1-52/+51
2010-06-07Move proto_reg_handoff...(...) to the end of the file.wmeier1-25/+28
2010-06-07ECI (E-UTRAN Cell Identifier) wrongly decoded.etxrab1-3/+3
2010-06-05From John Fitzgibbon:jake1-6/+31
2010-06-05From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4831 :morriss1-76/+90
2010-06-04Add a preference that allows the user to decide if they want the calling andmorriss1-57/+68
2010-06-04Use a gboolean to store a boolean and change the plurality on the preference ...morriss1-2/+2
2010-06-04Add a preference that allows the user to decide if they want the source andmorriss1-17/+55
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...morriss2-9/+9
2010-06-04From Samu Varjonen: Whitespace cleanupwmeier1-1175/+1176
2010-06-04Description for netscape-cert-type bit 4 (e.g. see http://docs.sun.com/source...gal1-0/+6
2010-06-04RCS 3280, which obsoletes RFC 2459, allows an IA5String CHOICE in the Display...gal1-6/+24
2010-06-04From Holger Freyther via bug 4841:stig2-0/+157
2010-06-04From Sven Eckelmann: Remove recursion for aggregated packets in batman disse...wmeier1-69/+59
2010-06-04From Cal Turney: The NFS FH hash (nfs.fh.hash) incorrectly matches multiple f...wmeier1-8/+7
2010-06-03Set the (pinfo) address if a PC is present (for now: regardless of whether ro...morriss1-4/+29
2010-06-03From Sven Eckelmann: Change recursion for aggregated packets to iteration.wmeier1-286/+243
2010-06-03From Pascal Quantin:etxrab1-0/+4
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4832 :morriss1-2/+7
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4830 :morriss1-1/+1
2010-06-03From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4820 :morriss6-14/+17
2010-06-03From: Sven Eckelmann:Add support for v10 packet formatwmeier1-17/+395
2010-06-03Add back a few 'if (check_col()...' removed by me in a previous commit.wmeier1-12/+15
2010-06-03From Sven Eckelmann: Synchronize bat dissector with batadv dissectorwmeier3-124/+105
2010-06-02From Sven Eckelmann: Fix endless recursive loopwmeier1-0/+24
2010-06-02From David Bond:etxrab2-5/+3
2010-06-02Misc changes:wmeier1-35/+36
2010-06-02From Chris Maynard via bug 4014:gerald2-1/+11
2010-06-02check_col() no longer required;wmeier1-61/+19
2010-06-02Fix incorrect fetch of version field.guy1-1/+1
2010-06-02From Sven Eckelmann via but 2631:gerald2-0/+1601
2010-06-02Initialize no_vs_avps_ext with a pointer to a valid 'match' function so we do...morriss1-1/+1
2010-06-02Definition of certificatePolicies certificate extension and removal of warningsgal1-17/+18