summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Don't cast away constness (except in cases where an API makes thatGuy Harris1-2/+5
2013-07-23Don't cast away constness.Guy Harris1-1/+1
2013-07-23Register BSSAP+ by name.Anders Broman1-0/+1
2013-07-23Free all cloned tvbs, not only first one.Jakub Zawadzki1-9/+8
2013-07-23Move tvb_new_child_real_data() to tvbuff_real.c with some cleanupJakub Zawadzki2-11/+10
2013-07-23Add RFC6975 (Signaling Cryptographic Algorithm Understanding in DNS Security ...Alexis La Goutte1-0/+48
2013-07-23Fix warning found by fix-encoding-argsAlexis La Goutte1-9/+9
2013-07-23Enhance DNS Dissector Make DS ( Delegation Signature 43 ) filterable (Update ...Alexis La Goutte1-68/+50
2013-07-23Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin2-40/+32
2013-07-23Fix for Bug 8960 - All mongodb query show as [Malformed Packet: MONGO]Jörg Mayer1-1/+1
2013-07-23From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8963Alexis La Goutte1-0/+1
2013-07-23From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8965Alexis La Goutte1-1/+1
2013-07-23From Thomas ERSFELD (GSoC13) Prepare inclusion of Follow (TCP/UDP/SSL) featur...Alexis La Goutte2-0/+16
2013-07-23collectd.data.severity is unsigned, so use proto_tree_add_uint64.Guy Harris1-1/+1
2013-07-23From Andreas Bachmann:Anders Broman1-70/+154
2013-07-23From Michal Labedzki:Anders Broman3-76/+801
2013-07-23From Michal Labedzki:Anders Broman3-343/+834
2013-07-23From Michal Labedzki:Anders Broman6-10/+232
2013-07-23From Michal Labedzki:Anders Broman1-3/+3
2013-07-23From Michal Labedzki:Anders Broman1-14/+58
2013-07-23From Javier Godoy:Anders Broman1-78/+2
2013-07-22Have get_uint_value() assume it's being passed an encoding value, whichGuy Harris1-17/+11
2013-07-22The last argument to ptvcursor_add() is an encoding value; pass it one,Guy Harris1-6/+11
2013-07-22Fix forJörg Mayer1-1/+1
2013-07-22Dissect S6 feature list.Anders Broman3-9/+323
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki4-2/+20
2013-07-22ASes can now be 32-bits; make the fields for them 32-bit so that you canGuy Harris1-4/+4
2013-07-22Mark a parameter unused.Gerald Combs1-1/+1
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8958 :Pascal Quantin1-2/+7
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8957 :Pascal Quantin1-6/+1
2013-07-22Beginnings of Nintendo StreetProtocol supportJörg Mayer2-1/+128
2013-07-22Squelch uninitialized variable warning.Guy Harris1-1/+1
2013-07-22Make items more filterableMichael Mann1-237/+266
2013-07-22Commit real kafka dissector this time.Evan Huus1-0/+491
2013-07-22Remove kafka dissector, accidentally committed symlink instead of real file.Evan Huus1-1/+0
2013-07-22Skeleton dissector for Apache Kafka's new protocol:Evan Huus3-0/+3
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki9-29/+52
2013-07-21There are many types that eventually turn into "signed byte"; for callsGuy Harris1-1/+1
2013-07-21Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus6-9/+116
2013-07-21Remove unused variable, fix comparison to use double-equals.Evan Huus1-2/+2
2013-07-21Fix: epan.c:155: warning: assignment discards qualifiers from pointer target ...Jakub Zawadzki1-1/+1
2013-07-21Interpretation of 3gpp_feature_list depends on Application Id.Anders Broman1-13/+20
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki13-43/+68
2013-07-21Commit missing file.Jakub Zawadzki1-0/+31
2013-07-21try to fix: epan.c:141: error: invalid application of 'sizeof' to incomplete ...Jakub Zawadzki1-1/+1
2013-07-21Some work on multi file dissectionJakub Zawadzki4-12/+32
2013-07-21FixJörg Mayer1-1/+1
2013-07-21Turn modifier field into a value_string.Michael Mann1-58/+29
2013-07-21Don't report a syntax error if a preference name without a "." isGuy Harris1-13/+3
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus10-247/+286