summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-01-03IPv6: do not allocate tap data on stackPascal Quantin1-11/+11
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-17/+3
2015-01-03Stick some #define probes in on Windows.Guy Harris1-3/+17
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann17-862/+885
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-25/+6
2015-01-02USB HID: fix report descriptor main items dissectionPascal Quantin1-9/+9
2015-01-02mux27010: Add a link to info about the mux27010 packet structure.Bill Meier1-0/+11
2015-01-02ositp: fix some BASE_ errors from g7935ba9f5beEvan Huus1-3/+3
2015-01-02Eliminate proto_tree_add_text from packet-ositp.cMichael Mann1-178/+178
2015-01-02Always set decrypt_len when setting decrypt.Guy Harris1-3/+8
2015-01-02When deccoding base-64, the result is the length of the *decoded* result.Guy Harris1-28/+43
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann16-28/+16
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann2-18/+26
2015-01-01Fix tpyo.Guy Harris1-10/+10
2015-01-01More indentation cleanups.Guy Harris1-34/+34
2015-01-01Clean up indentation.Guy Harris1-7/+7
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2-7/+7
2015-01-01Let routines from the Kerberos dissector be called from C++.Guy Harris1-3/+9
2015-01-01Added DNP3 support for g13 and g43, output command eventsGraham Bloice1-9/+117
2014-12-31rtse.cnf: fix Nesting level does not match indendation (CID 1159214)Alexis La Goutte1-9/+10
2014-12-31Zbee ZDP: fix Copy-paste error (CID 1158598)Alexis La Goutte1-1/+1
2014-12-31GTPv2: fix Copy-paste error (CID 1158587)Alexis La Goutte1-3/+2
2014-12-31umts_fp: Replace se_new0(...) by wmem_new0(wmem_file_scope(), ...)Bill Meier1-1/+1
2014-12-31GTP: fix Copy-paste error (CID 1158594 & 1158595)Alexis La Goutte1-2/+2
2014-12-31SCTP: fix Nesting level does not match indendation (CID 1159213 & 1159215 )Alexis La Goutte1-2/+0
2014-12-31DHCPv6: fix Nesting level does not match indendation (CID 1159219)Alexis La Goutte1-1/+2
2014-12-31GTPv2: fix typo in Anders e-mail AddressAlexis La Goutte1-1/+1
2014-12-31jxta: fix Copy-paste error (CID 1158599 & 1158600)Alexis La Goutte1-2/+2
2014-12-31mount: fix Copy-paste error (CID 1224605)Alexis La Goutte1-5/+3
2014-12-31DNS: ensure that suffix_addr structure is always initializedPascal Quantin1-1/+1
2014-12-31E.164: display country_code as decimal not hexLuke Mewburn1-366/+428
2014-12-31BGP : Simple typo fix for BGP AttributeEbben Aries1-1/+1
2014-12-30Test suite: Start testing our output for valid UTF-8.Gerald Combs3-99/+109
2014-12-30free the temporary buffers allocated by gnutls_x509_privkey_export_rsa_raw()Martin Kaiser1-1/+5
2014-12-30Websocket: use pinfo pool and not packet one for the unmasked data tvbPascal Quantin1-3/+3
2014-12-30clean up the part where dissect_websocket() is called recursivelyMartin Kaiser1-2/+5
2014-12-30use packet-scoped memory for the unmasked data tvbMartin Kaiser1-5/+2
2014-12-30skip the payload if it's emptyMartin Kaiser1-2/+4
2014-12-30no need for if(tree)Martin Kaiser1-5/+3
2014-12-29Add ability to follow UDP stream by indexPascal Quantin3-4/+16
2014-12-29TN5250: Missing break in switch (CID 280477)Alexis La Goutte1-1/+3
2014-12-29rtsp: Fix (what I think may be) a minor bug.Bill Meier1-14/+15
2014-12-29rtsp: Fix compiler 'Shadow' warning ...Bill Meier1-8/+8
2014-12-29rtsp: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+36
2014-12-29Zebra: Fix some indent typoAlexis La Goutte1-2/+2
2014-12-29OpenFlow: Capatilize O and F of OpenFlow (when use Decode as)Alexis La Goutte1-2/+2
2014-12-29dcerpc: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+20
2014-12-29Eliminate proto_tree_add_text from packet-spice.cMichael Mann1-237/+291
2014-12-28p_mul: Added checksum from ACP 142(A)Stig Bjørlykke1-10/+17