aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-16Add Ethertype for Network Controller Sideband InterfaceJörg Mayer2-5/+10
2013-02-16Add decryption algorithm preference to SNMP dissector.Michael Mann1-6/+37
2013-02-16Set more preferences to be on by default.Martin Mathieson1-8/+9
2013-02-16Make the number of RAPIDs in an RAR PDU a generated field.Martin Mathieson1-2/+12
2013-02-15Add support for reading/writing 'sprint' lines from test scripts.Martin Mathieson1-4/+27
2013-02-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8337Evan Huus1-1/+2
2013-02-15From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8264Evan Huus2-25/+32
2013-02-15From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8331Evan Huus1-1/+1
2013-02-15From Alyssa Milburn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8335Evan Huus1-1/+1
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris5-36/+38
2013-02-15Fix a set of obscure bugs found by checkhf.Bill Meier1-16/+16
2013-02-15Put in a comment explaining what the signal strength value probablyGuy Harris1-0/+13
2013-02-15Put in a comment explaining what the signal strength value means here.Guy Harris1-0/+10
2013-02-14Show the signal strength as a percentage in the RSSI column, as that'sGuy Harris2-4/+2
2013-02-14Show the signal strength as dBm, as that's what it is in the PPI header.Guy Harris1-1/+1
2013-02-14Get rid of unused string to squelch warning.Guy Harris1-2/+1
2013-02-14From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8333 :Pascal Quantin1-14/+24
2013-02-14Fix potential buffer overflow in RTPS and RTPS2 dissectors by allocating enou...Michael Mann2-4/+6
2013-02-14If the requested wmem allocator is NULL, take that to mean manually-managedEvan Huus1-0/+13
2013-02-14Add an option for bypassing the wmem slab similar to the one forEvan Huus1-1/+13
2013-02-14From Michael Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2-2/+13
2013-02-14Factorize FGI dissectionPascal Quantin1-406/+130
2013-02-14Move version field outside of the switch, since it exists for all subtypes.Evan Huus1-4/+2
2013-02-14Fix crash with SDP setup mechanism, bug 8323 (https://bugs.wireshark.org/bugz...Michael Mann2-4/+15
2013-02-13Fix Coverity CID 981007: Dereference before null check. Bug introduced with ...Chris Maynard1-6/+6
2013-02-13Fix Coverity CID's 981004-981006: Out-of-bounds read. Bugs introduced with r...Chris Maynard1-3/+3
2013-02-13From Sascha Herrmann:Jaap Keuter3-0/+4
2013-02-13Fix Coverity 980630, negative array index read.Michael Mann1-3/+13
2013-02-13Cleanup:Bill Meier1-185/+285
2013-02-13From Chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8320Evan Huus1-1/+1
2013-02-12Fix typos in display filters caught by checkfiltername.plMichael Mann2-2/+2
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez2-5/+4
2013-02-12From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8318Evan Huus1-2/+60
2013-02-12From metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8322Evan Huus1-64/+159
2013-02-12Even when adding a value with proto_tree_add_uint() the mask is applied to th...Anders Broman1-2/+2
2013-02-12SDP in 183 session progress is also SDP_EXCHANGE_ANSWER_ACCEPT.Anders Broman1-1/+1
2013-02-12SDP in 180 ringing is also SDP_EXCHANGE_ANSWER_ACCEPT.Anders Broman1-1/+1
2013-02-11Fix bit_offset.Anders Broman1-4/+4
2013-02-11{..., NULL} is required as the last XXX_string array entry: value_string q763...Anders Broman1-0/+1
2013-02-11From: Michal Labedzki:Anders Broman1-39/+28
2013-02-11From: Michal Labedzki:Anders Broman1-0/+13
2013-02-11From: Michal Labedzki:Anders Broman7-57/+1637
2013-02-11Fixes/Updates:Bill Meier1-117/+122
2013-02-11Dissection of Q.763 ISUP Generic Notification.Anders Broman1-3/+35
2013-02-11Add an if (tree) check to prevent a very-long-but-not-infinite loop,Evan Huus1-8/+19
2013-02-10From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8309Evan Huus1-0/+2
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris6-1/+36
2013-02-10Add an "Unregistered hf!" hint to DISSECTOR_ASSERT((guint)hfindex < gpa_hfinf...Bill Meier1-1/+1
2013-02-10Add svn properties and modelines.Evan Huus1-1144/+1156
2013-02-10Add Bitcoin dissectorMichael Mann3-0/+1146