summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus2-2/+33
2013-07-26Switch on field length for the length_min/max fields of IPFix. Like severalEvan Huus1-4/+34
2013-07-26Squelch MSVC warnings. It doesn't know that DISSECTOR_ASSERT_NOT_REACHED doesn'tEvan Huus1-0/+5
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus5-18/+157
2013-07-26Add display filters courtesy of convert_proto_tree_add_text.plMichael Mann1-63/+78
2013-07-26Fix Frame Indicator analysis logicPascal Quantin1-41/+47
2013-07-26whitespaceEvan Huus1-2/+2
2013-07-26Enhance BGP Update (Path Attribute)Alexis La Goutte1-52/+41
2013-07-26Enhance BGP UpdateAlexis La Goutte1-234/+130
2013-07-26Add dissection of more IEsAnders Broman2-13/+296
2013-07-26Align info column for AM/UM/TM PDUsPascal Quantin1-2/+2
2013-07-26Add Channel ID to MTCH PDUsPascal Quantin1-1/+2
2013-07-26From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=89...Alexis La Goutte1-1/+156
2013-07-26From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-6/+10
2013-07-26From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8952 :Jeff Morriss1-11/+39
2013-07-26From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8951 :Jeff Morriss1-186/+234
2013-07-26From Chen Li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8949 :Jeff Morriss1-4/+3
2013-07-25Use the pinfo pool for adding data sources in the h245 dissector. The packetEvan Huus1-5/+5
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs5-13/+33
2013-07-25Fix a bug in the Kafka dissector handling PRODUCE requests with a RequiredAcksEvan Huus1-1/+15
2013-07-25Add a few filters to keep checkAPIs.pl happy.Michael Mann1-22/+18
2013-07-25As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg001...Jeff Morriss1-0/+7
2013-07-25Add a smarter UM analysis for MCCH/MTCH channelsPascal Quantin1-1/+9
2013-07-25Optimize proto_item_append_string()Jakub Zawadzki1-3/+6
2013-07-25Fix some more bugs that caused compiler warnings.Guy Harris1-2/+9
2013-07-25Get rid of an unused variable (set, but not used).Guy Harris1-5/+3
2013-07-251. MASSIVE conversion of proto_tree_add_text to proto_tree_add_item with the ...Michael Mann1-709/+770
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