summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier21-117/+129
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris4-11/+24
2010-07-30Minor code cleanup:Bill Meier1-115/+68
2010-07-29Use ep-allocated strings for our data source names.Gerald Combs1-2/+2
2010-07-29(Trivial) Indentation cleanup (mostly: fix "4 space tabs").Bill Meier1-26/+27
2010-07-29Don't use sprintf().Martin Mathieson1-4/+5
2010-07-29Improve display of tty lines.Martin Mathieson1-5/+25
2010-07-29Use a custom sort function for each column of the dissector tables display:Bill Meier1-11/+39
2010-07-28Minor changes: Bill Meier1-139/+153
2010-07-28From Pascal Quantin:Anders Broman1-0/+2
2010-07-28Allow DRB frames to be passed to PDCP (where they may be decoded as IP).Martin Mathieson1-31/+66
2010-07-28Split dissection of GTP and GTP' in ordet to try to fix bugAnders Broman1-35/+56
2010-07-28(Trivial) Fix some typos; Also: Use consistent indentation.Bill Meier1-359/+359
2010-07-28Backing out r33631 for now - it has a number of issues.Guy Harris3-9/+4
2010-07-27(Trivial) Fix a typoBill Meier1-7/+7
2010-07-27From Don Newton:Jaap Keuter1-3/+3
2010-07-27Fix grammaro, indent example code.Guy Harris1-8/+9
2010-07-27Tell people to be careful about loops likeGuy Harris1-0/+11
2010-07-26(Trivial) Fix a typo.Bill Meier1-1/+1
2010-07-26Fix potential infinite loop: for (guint8=0; guint8 < int; guint8++);Bill Meier1-2/+2
2010-07-26(Trivial) use gboolean instead of int in a few places; Whitespace cleanup.Bill Meier1-156/+156
2010-07-26(Trivial) Fix references to "clist" in comments; Bill Meier1-5/+5
2010-07-26(Trivial) Use gboolean instead of int in a few places; Whitespace cleanup.Bill Meier4-725/+725
2010-07-26packet-mip6.h has been removed....Bill Meier1-1/+0
2010-07-26Move contents of packet-mip6.h to packet-mip6.cBill Meier2-782/+744
2010-07-26From Cal Turney:Anders Broman3-4/+9
2010-07-26From John Sucaet:Anders Broman1-2/+4
2010-07-25From KATAOKA Toshihiro:Anders Broman2-14/+143
2010-07-25[Automatic manuf and enterprise-numbers update for 2010-07-25]Gerald Combs2-8/+232
2010-07-23From John Sucaet:Jaap Keuter1-45/+56
2010-07-23From Jan van den Boom:Jaap Keuter1-4/+4
2010-07-23(Trivial) Use enum definitions instead of numbers in a switch statement;Bill Meier1-220/+220
2010-07-23At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeGuy Harris1-1/+7
2010-07-23Backing out r33612.Jaap Keuter1-6/+0
2010-07-22(Trivial): Whitespace cleanup.Bill Meier1-963/+963
2010-07-22Rework code so start-time, end-time, & packets columns sort properly and are ...Bill Meier1-83/+61
2010-07-22Set missing svn:keywords and svn:eol-style.Stig Bjørlykke1-42/+42
2010-07-22Corrected length check for I05 Downstream Service.Stig Bjørlykke1-1/+1
2010-07-22In the frame_data structure, expand the per-packetGuy Harris2-5/+5
2010-07-21From Cal Turney:Jaap Keuter1-0/+6
2010-07-21From Zachary Mark:Jaap Keuter1-2/+2
2010-07-21The 32-bit unsigned time offset in version 1.x files should be convertedGuy Harris1-1/+5
2010-07-21According to mail from Paul Long at Microsoft, in the 1.x NetMon fileGuy Harris1-1/+7
2010-07-21Use correct length for I04/I05 Envelope headers.Stig Bjørlykke1-20/+20
2010-07-21Added "Attribute Aggregation Rule Mask" from PKT-SP-MM-I05-091029.Stig Bjørlykke1-145/+271
2010-07-21Fix warnings as seen in gcc 3.4.6Martin Mathieson1-4/+4
2010-07-21From KATAOKA Toshihiro via bug 5033:Stig Bjørlykke1-9/+16
2010-07-21Fixed adding a boolean value as a custom column.Stig Bjørlykke1-1/+4
2010-07-21From Alex Burlyga: Make hf_nfs_slotid4 useful again.Bill Meier1-3/+12
2010-07-21(Trivial) add a few comments about date/time formats.Bill Meier1-20/+21