aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-04According to RFC 3220 section 7 the max UDVM message size is 65536,Gerald Combs1-1/+1
2010-06-04From Samu Varjonen: Whitespace cleanupBill Meier1-1175/+1176
2010-06-04Description for netscape-cert-type bit 4 (e.g. see http://docs.sun.com/source...Graeme Lunt1-0/+6
2010-06-04RCS 3280, which obsoletes RFC 2459, allows an IA5String CHOICE in the Display...Graeme Lunt1-6/+24
2010-06-04From Holger Freyther via bug 4841:Stig Bjørlykke3-0/+158
2010-06-04From Sven Eckelmann: Remove recursion for aggregated packets in batman disse...Bill Meier1-69/+59
2010-06-04From Cal Turney: The NFS FH hash (nfs.fh.hash) incorrectly matches multiple f...Bill Meier1-8/+7
2010-06-03Set the (pinfo) address if a PC is present (for now: regardless of whether ro...Jeff Morriss1-4/+29
2010-06-03From Sven Eckelmann: Change recursion for aggregated packets to iteration.Bill Meier1-286/+243
2010-06-03Improved readability when displaying seconds with hours and minutes.Stig Bjørlykke1-12/+12
2010-06-03- Add tap-sv.c and packet-sv.c to the list of files to buildJörg Mayer1-3/+4
2010-06-03Use g_hash_table_new_full().Anders Broman1-14/+4
2010-06-03From Pascal Quantin:Anders Broman1-0/+4
2010-06-03Whitespace/indentation/code style cleanup.Jaap Keuter2-122/+123