aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Remove #include <inttypes.h>.Stig Bjørlykke1-2/+0
2010-06-15From David Perez & Jose Pico from Taddong S.L. via bug 4451:Stig Bjørlykke2-10/+255
2010-06-15From Holger Freyther:Anders Broman1-87/+87
2010-06-14Update SCTP PPIDs.Michael Tüxen2-1/+5
2010-06-14From Jouni Malinen: Fix: RSN capabilities field in IEEE 802.11 RSN IE is par...Bill Meier1-9/+9
2010-06-13Add packet-gopher.c from rev 33220.Jörg Mayer1-0/+1
2010-06-13Add a Gopher (RFC 1436) dissector.Gerald Combs2-0/+324
2010-06-13[Automatic manuf and enterprise-numbers update for 2010-06-13]Gerald Combs1-10/+166
2010-06-13Fix Bug #4868; "Wireshark crash selecting Inter-Asterisk exchange v2 packet d...Bill Meier1-1/+1
2010-06-11Andreas Schuler <andreas (A) schulerdev.de>Jörg Mayer1-157/+253
2010-06-11Fix: Malformed packet if port is missing from path.Anders Broman1-11/+13
2010-06-11Small cleanup.Stig Bjørlykke1-2/+1
2010-06-10Add the direction to so expert info texts.Martin Mathieson2-5/+10
2010-06-10Display RefuseReason in Info column.Stig Bjørlykke1-3/+17
2010-06-10From Jason Burns: DHCP Dissector - Support for DHCP Option 150 TFTP Server A...Bill Meier1-1/+2
2010-06-09Add dissector_table_foreach.Anders Broman1-0/+1
2010-06-09Fix a copy paste error.Anders Broman1-1/+1
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings)Bill Meier1-4/+4
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier15-45/+45
2010-06-09Fix a gcc -Wstrict-prototypes warningBill Meier2-2/+2
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-492/+488
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-179/+143
2010-06-09Revise code slightly; mostly: remove some unnecessary if tests ....Bill Meier3-213/+165
2010-06-09Initialize dst_ref.Stig Bjørlykke1-2/+2
2010-06-09Removal of unused global variable.Graeme Lunt1-6/+5
2010-06-09Removal of (hopefully!) the final warning.Graeme Lunt1-7/+4
2010-06-09Update for missing const for object identifier string and marking tree as unu...Graeme Lunt1-4/+4
2010-06-09Added packet-idmp.h.Stig Bjørlykke1-0/+1
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...Graeme Lunt3-28/+44
2010-06-09Added packet-idmp.cStig Bjørlykke1-0/+1
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke1-7/+18
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).Graeme Lunt4-12/+1078
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-80/+95
2010-06-09Corrected a typo in "display seconds with hours and minutes".Stig Bjørlykke1-1/+1
2010-06-08Remove C++ style comment.Anders Broman1-2/+4
2010-06-08Fix packet-gtpv2.c:945:1: error: "/*" within commentAnders Broman1-1/+1
2010-06-08From Tamás Regõs:Anders Broman2-28/+117
2010-06-07Use find_or_create_conversation() rather than only conversation_new().Bill Meier3-13/+6
2010-06-07Move proto_reg_handoff...(...) to the end of the file;Bill Meier1-52/+51
2010-06-07Move proto_reg_handoff...(...) to the end of the file.Bill Meier1-25/+28
2010-06-07ECI (E-UTRAN Cell Identifier) wrongly decoded.Anders Broman1-3/+3
2010-06-06[Automatic manuf and enterprise-numbers update for 2010-06-06]Gerald Combs1-2/+98
2010-06-05From John Fitzgibbon:Jaap Keuter1-6/+31
2010-06-05From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4831 :Jeff Morriss1-76/+90
2010-06-04Add a preference that allows the user to decide if they want the calling andJeff Morriss1-57/+68
2010-06-04Use a gboolean to store a boolean and change the plurality on the preference ...Jeff Morriss1-2/+2
2010-06-04Add a preference that allows the user to decide if they want the source andJeff Morriss1-17/+55
2010-06-04Increase LENGTH_OID a bit to give us more room for ACNs (probably more than w...Jeff Morriss1-14/+14
2010-06-04Fix comments.Guy Harris1-2/+2
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...Jeff Morriss2-9/+9