aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Calculate correct PDU lenght if the per_length_determinant is one byte long.Anders Broman1-93/+96
2010-05-05- Remove check_col()Anders Broman1-19/+18
2010-05-05Try to avoid the user confusion reported inJeff Morriss2-1765/+1765
2010-05-05H.225.0 updated to version 7 (2009-12)Tomas Kukosa1-25/+99
2010-05-05From Jim Schaettle:Anders Broman2-10/+103
2010-05-05From Andrew Feren:Anders Broman1-8/+26
2010-05-04Un-C++-ify a comment.Gerald Combs1-12/+12
2010-05-04 H.245 updated to v15 (2009-12)Tomas Kukosa1-0/+14
2010-05-04Remove unused variables.Anders Broman1-4/+0
2010-05-04Refactor the code to parse SIP contact parameters.Anders Broman1-90/+84
2010-05-04From Andrew Feren:Anders Broman1-5/+19
2010-05-04From Jouni Malinen:Jaap Keuter1-0/+16
2010-05-03Rework code to handle multiple messages in a packet.Bill Meier1-178/+180
2010-05-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4734 :Jeff Morriss1-2/+3
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman2-43/+45
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman2-6/+302
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman1-1/+14
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman2-11/+13
2010-05-03This patch is submitted on behalf of Mellanox Technologies:Anders Broman2-31/+41
2010-05-03ignore unreassembled fragments if the first segment of the next message comes Tomas Kukosa1-1/+6
2010-05-03add SAPI "Q.931 packet mode communication" which is obsolete but used in some...Tomas Kukosa1-0/+3
2010-05-02Rewrite: strcpy -> g_strlcpy.Stig Bjørlykke1-3/+3
2010-05-02Fix:Anders Broman1-1/+1
2010-05-02From Jakub Zawadzki:Anders Broman2-3/+40
2010-05-02From Jakub Zawadzki:Anders Broman1-18/+17
2010-05-02[Automatic manuf and enterprise-numbers update for 2010-05-02]Gerald Combs1-4/+216
2010-05-02Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke1-1/+1
2010-05-02Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke1-2/+2
2010-05-02From Hitoshi Irino:Jaap Keuter1-39/+72
2010-05-02Fix for bug 4723:Jaap Keuter1-1/+1
2010-05-02Added some more dissecting.Stig Bjørlykke1-8/+44
2010-05-01Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.Anders Broman2-2/+22
2010-04-30Revert rev 32519 for now: it is making the dissector bug a little too obvious...Jeff Morriss1-1/+3
2010-04-30Pick up other check from the almost-identical routine inGuy Harris1-0/+9
2010-04-30Fix comment.Guy Harris1-1/+1
2010-04-30Fix up indentation a bitJeff Morriss1-11/+11
2010-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1696 :Jeff Morriss1-12/+57
2010-04-30Add a catch-all if statement for column formats that are filled in byGerald Combs1-26/+9
2010-04-30Fix a gcc -Wshadow warning.Bill Meier1-5/+5
2010-04-30Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson3-10/+6
2010-04-30Clean up some calls to use the same offset as the call to put the parentGuy Harris1-175/+192
2010-04-29Several dissectors fill in custom custom data in the source andGerald Combs1-1/+0
2010-04-29Terminate a string so that strchr doesn't wander off. Hopefully fixes bugsGerald Combs1-1/+1
2010-04-29Remove an unused variable.Gerald Combs1-1/+0
2010-04-29From Mike Morrin:Anders Broman9-220/+743
2010-04-29Forgot a //Anders Broman1-1/+0
2010-04-29Simplify dissect_sip_authorization_item().Anders Broman1-46/+14
2010-04-29Do the header matching on lower case.Anders Broman1-20/+15
2010-04-29Make the indentation consistent.Jeff Morriss1-122/+185
2010-04-29autentification info gives malformed packet if no space before "="Anders Broman1-3/+28