aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Fix some spelling/typos; Also: correct some field blurbs.Bill Meier1-18/+18
2008-12-16Fix some spelling/typosBill Meier3-5/+5
2008-12-16If a packet is fragmented, show the packet id in the info column.Jörg Mayer1-2/+3
2008-12-16Include the string as part of a string descriptor.Guy Harris1-8/+16
2008-12-16The S1AP dissector also still gets warnings.Guy Harris1-1/+1
2008-12-16A few minor updates.Anders Broman1-10/+43
2008-12-16Sigh, the RRLP dissector isn't clean yet.Guy Harris1-1/+1
2008-12-16Move some ASN.1 dissectors to the clean category, as they don't *appear*Guy Harris1-5/+5
2008-12-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
2008-12-15Trivial change to use gboolean & etc for TRUE/FALSE variablesBill Meier1-9/+9
2008-12-15Get rid of the old SOUP and ITCH dissectors; (svn mv didn't work ??)Bill Meier2-976/+0
2008-12-15Rename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCHBill Meier3-2/+978
2008-12-15Fix trivial spelling errorBill Meier1-1/+1
2008-12-15Separate reassembly request methods in Lua API implementation.Balint Reczey1-8/+2
2008-12-15Removed duplicate "Aruba" in the adp protocol name.Stig Bjørlykke1-1/+1
2008-12-13Fix compile error; Revise reg_handoff code slightlyBill Meier1-3/+3
2008-12-13From Vincent Helfre:Anders Broman1-3/+2
2008-12-13From Vincent Helfre:Anders Broman1-2/+12
2008-12-13From Vincent Helfre:Anders Broman1-0/+3
2008-12-12Add a cople of IE'sAnders Broman1-24/+187
2008-12-12packet-soup: use dissector_add_handle to enable "decode as" for SOUP;Bill Meier2-4/+6
2008-12-11From Gregor Jasny:Jaap Keuter1-127/+184
2008-12-11From Didier Gautheron:Jaap Keuter3-0/+976
2008-12-11Dissect DecoderConfiguration in h245.Anders Broman1-5/+39
2008-12-11Correct the bit position for a couple of hf fields.Anders Broman1-19/+18
2008-12-10From Alexis La Goutte:Jaap Keuter3-28/+54
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa3-7/+10
2008-12-10Removed an unused variable 'str'.Stig Bjørlykke1-6/+7
2008-12-10From Abhik Sarkar:Anders Broman1-146/+185
2008-12-10From Benjamin Roch:Jaap Keuter6-0/+506
2008-12-09Make sure all of our struct members are initialized.Gerald Combs1-39/+13
2008-12-09Squelch a couple of Valgrind warnings.Gerald Combs2-874/+874
2008-12-09From Jim Young (bug 3102):Stig Bjørlykke1-1/+1
2008-12-08Add dissection of Authentication request.Anders Broman1-2/+50
2008-12-08It's the tvb lenght that's 0...Anders Broman1-1/+1
2008-12-08Accept leading space, payload type name is case insensitive.Anders Broman1-12/+23
2008-12-08Change to FT_UINT64Anders Broman1-6/+6
2008-12-08Updates for PPI 1.0.8.Gerald Combs1-28/+32
2008-12-08Partial support for RFC 2324.Gerald Combs1-0/+1
2008-12-05Add access to pinfo->desegment_len and pinfo->desegment_offset to Lua API.Balint Reczey1-4/+20
2008-12-05(Minor reformat of switch statements)Bill Meier1-40/+2
2008-12-05fix crash when selecting some specific frames; fix conversation/fragmentation...Bill Meier1-14/+37
2008-12-04Fix for bug 2832:Jaap Keuter1-11/+63
2008-12-04Trivial changes related to proto_reg_handoffBill Meier2-3/+3
2008-12-04A few trivial changes related to proto_reg_handoff;Bill Meier1-4/+4
2008-12-04Use dissector_add_handle rather than registering to UDP port 0Bill Meier1-1/+1
2008-12-03From Markus Renz:Jaap Keuter1-74/+77
2008-12-03Fix for bug 3085:Jaap Keuter1-3/+1
2008-12-03Fix a typoAnders Broman1-1/+1
2008-12-03Some bugfixes.Anders Broman1-64/+48